Options fenster repariert
This commit is contained in:
@@ -212,7 +212,7 @@ namespace SanSystem
|
||||
Kommentar = "TestBild",
|
||||
Path = @"C:\Users\Damian\Desktop\SanVerwaltung\SanSystem\bin\Debug\projekte\18-850\SW01-SW02\Schachtanbindung\4d0a1627-bd51-48d6-a27e-a4c6691b02d2.jpg"
|
||||
});
|
||||
BerichtGen.Options options = new BerichtGen.Options("", "", "", grunddaten,bilderO);
|
||||
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("", "", "", grunddaten,bilderO);
|
||||
options.ShowDialog();
|
||||
}
|
||||
|
||||
@@ -314,7 +314,7 @@ namespace SanSystem
|
||||
private void btn_create_protokol_Click(object sender, EventArgs e)
|
||||
{
|
||||
Hashtable hashtable = inliner.MakeProtokoll(destinationPath);
|
||||
BerichtGen.Options options = new BerichtGen.Options("JUME", "liner_einbau.docx", "./", hashtable, new List<BilderObject>());
|
||||
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "liner_einbau.docx", "./", hashtable, new List<BilderObject>());
|
||||
options.ShowDialog();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user