Options fenster repariert

This commit is contained in:
Husky
2018-07-14 14:13:57 +02:00
parent d87c3d5971
commit 30ab917e48
7 changed files with 23 additions and 21 deletions

View File

@@ -270,7 +270,7 @@ namespace SanSystem
dr["bemerkung"] = obj.Bemerkung;
linereintraege.Rows.Add(dr);
}
BerichtGen.Options options = new BerichtGen.Options("JUME", "KalibrierungAuflistung.docx", "", grundDaten, null, linereintraege);
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "KalibrierungAuflistung.docx", "", grundDaten, null, linereintraege);
options.ShowDialog();
}