Fehler in Dateiangaben behoben

This commit is contained in:
HuskyTeufel
2020-09-01 14:51:06 +02:00
parent 7defa11975
commit e4192a30ab

View File

@@ -293,7 +293,7 @@ namespace SanSystem
}
grundDaten["gesamt_liner"] = linerges;
grundDaten["harzmenge"] = linerges * 1.8;
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "KalibrierungAuflistung.docx", string.Format("./{0}/KalibrierDokumente/",Global.Instance.Projektpfad),txt_strasse.Text, grundDaten, null, linereintraege);
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "KalibrierungAuflistung.docx", string.Format("{0}/KalibrierDokumente/",Global.Instance.Projektpfad),txt_strasse.Text, grundDaten, null, linereintraege);
options.ShowDialog();
}