Linerchargen angefangen

This commit is contained in:
HuskyTeufel
2020-07-28 11:05:08 +02:00
parent a38819f113
commit 57b3846840
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB
{
public static class LinerChargen
{
public static void GenLinerChargenOverview(List<Projekt> ProjektListe)
{
foreach(Projekt projekt in ProjektListe)
{
}
}
}
}