Linerchargen angefangen
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
<Compile Include="Collections\ImprägnierBericht.cs" />
|
<Compile Include="Collections\ImprägnierBericht.cs" />
|
||||||
<Compile Include="Collections\Projekte.cs" />
|
<Compile Include="Collections\Projekte.cs" />
|
||||||
<Compile Include="DB.cs" />
|
<Compile Include="DB.cs" />
|
||||||
|
<Compile Include="LinerChargen.cs" />
|
||||||
<Compile Include="Sanierung\Renovation\AbstractImprägnier.cs" />
|
<Compile Include="Sanierung\Renovation\AbstractImprägnier.cs" />
|
||||||
<Compile Include="Collections\AbwasserTechnischeAnlage.cs" />
|
<Compile Include="Collections\AbwasserTechnischeAnlage.cs" />
|
||||||
<Compile Include="Sanierung\Renovation\UVAnlagenTyp.cs" />
|
<Compile Include="Sanierung\Renovation\UVAnlagenTyp.cs" />
|
||||||
|
|||||||
20
KlassenBIB/LinerChargen.cs
Normal file
20
KlassenBIB/LinerChargen.cs
Normal 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)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user