mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-12-17 06:55:29 +00:00
Initial replacement of old repository.
This commit is contained in:
8
HaXMLReader/EvArgs/Whitespace.cs
Normal file
8
HaXMLReader/EvArgs/Whitespace.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using HaXMLReader.Interfaces;
|
||||
|
||||
namespace HaXMLReader.EvArgs {
|
||||
public class Whitespace : System.EventArgs, IReaderEvArg {
|
||||
public string Value { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user