Bilder werdem erstellt

This commit is contained in:
HuskyTeufel
2020-03-31 18:34:36 +02:00
parent f83ec8cfcd
commit f8a324210b
5 changed files with 98 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ namespace KlassenBIB
string linerTyp;
double harzbedarf = 1.8;
uint rueckholgeschwindigkeit;
bool geschlosseneEnde = false;
bool geschlosseneEnde = false; // Todo Rausschmeißen
bool preliner = false;
DateTime anfangAushaertung;
DateTime endeAushaertung;
@@ -191,7 +191,7 @@ namespace KlassenBIB
grunddaten["time_start"] = this.AnfangAushaertung;
grunddaten["time_ende"] = this.EndeAushaertung;
grunddaten["preliner_verwendet"] = this.Preliner ? "ja" : "nein";
grunddaten["geschlossene_ende"] = this.GeschlosseneEnde ? "Geschlossenes" : "Offenes";
grunddaten["geschlossene_ende"] = Inspektionsobjekt.GeschlossenesEnde ? "Geschlossenes" : "Offenes";
grunddaten["UVImageTemp"] = Path.Combine(destinationPath, "linerGraph_temp.jpg");
grunddaten["UVImageDruck"] = Path.Combine(destinationPath, "linerGraph_druck.jpg");