mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 01:05:32 +00:00
7 lines
94 B
C#
7 lines
94 B
C#
using System;
|
|
|
|
namespace HaXMLReader.Interfaces {
|
|
public interface IReaderEvArg {
|
|
|
|
}
|
|
} |