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