mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-30 17:55:32 +00:00 
			
		
		
		
	Moved unused code into Achive
This commit is contained in:
		
							
								
								
									
										12
									
								
								Archive/HaXMLReader/EvArgs/Text.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Archive/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
	 Simon Martens
					Simon Martens