Files
OnDoc/DOCGEN/Klassen/SyndFExcel.cs
2024-07-18 14:22:38 +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
{
}
}