21 lines
388 B
C#
21 lines
388 B
C#
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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|