Files
EDOKA_2024/DOCGEN/Klassen/SyndFExcel.cs
Stefan Hutter 50e9e06829 Initial Comit
2024-05-31 13:32:10 +02:00

13 lines
191 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DOCGEN.Klassen
{
internal class SyndFExcel
{
}
}