Linerreste werden nun richtig berechnet

This commit is contained in:
HuskyTeufel
2020-07-06 14:21:38 +02:00
parent 62b5be0858
commit 910c6915ea
3 changed files with 47 additions and 10 deletions

View File

@@ -47,6 +47,7 @@
<Compile Include="Collections\ImprägnierBericht.cs" />
<Compile Include="Collections\Projekte.cs" />
<Compile Include="DB.cs" />
<Compile Include="LinerReste.cs" />
<Compile Include="Sanierung\Renovation\AbstractImprägnier.cs" />
<Compile Include="Collections\AbwasserTechnischeAnlage.cs" />
<Compile Include="Sanierung\Renovation\UVAnlagenTyp.cs" />

13
KlassenBIB/LinerReste.cs Normal file
View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB
{
public class LinerReste
{
}
}