Files
hamann-ausgabe-core/Archive/HaDocument/Interfaces/ITemporaryLibrary.cs
2022-11-25 19:15:23 +01:00

7 lines
88 B
C#

using System;
namespace HaDocument {
interface ITemporaryLibrary {
}
}