absperrblasen werden gezählt

This commit is contained in:
HuskyTeufel
2022-01-26 14:17:40 +01:00
parent c01f237c6a
commit 6159ab0af0
6 changed files with 36 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ namespace XMLParser.Functions
{
internal FileStream handle = null;
public void WriteBaried(string content)
{
throw new NotImplementedException();
}
public abstract void WriteEntry(Dictionary<ECalculatedResult, decimal> calculated, List<KanalObjekt> inspektionenAmTag);