Projektdateien hinzufügen.

This commit is contained in:
2026-01-21 10:50:17 +01:00
parent 5fa6969fb3
commit 0709c9fe05
8 changed files with 950 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
namespace EPI2CrewbrainFile
{
internal record DocumentFile(string Dateiname, string Dateiendung, string Datei);
}