Auftraggeber wird in protokoll mit abgebildet

This commit is contained in:
Husky
2018-07-30 12:54:39 +02:00
parent f79d8985f0
commit 3b6b3a9080
11 changed files with 61 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ namespace SanSystem
void BuildBericht(List<Inspektionsobjekt> list)
{
Hashtable grundDaten = MakeProtokoll("");
Hashtable grundDaten = MakeProtokoll("",null);
DataTable inliner = getMassenTableInliner();
@@ -95,7 +95,7 @@ namespace SanSystem
frmOptions.ShowDialog();
}
public Hashtable MakeProtokoll(string destinationPath)
public Hashtable MakeProtokoll(string destinationPath, IProjekt projekt)
{
Hashtable grundDaten = new Hashtable()
{