Berichte werden jetzt generiert, jedoch liegt es noch im bin datei dann
This commit is contained in:
@@ -201,15 +201,10 @@ namespace SanSystem
|
||||
options.ShowDialog();
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
{
|
||||
FrmLinerChart frmLinerChart = new FrmLinerChart();
|
||||
frmLinerChart.ShowDialog();
|
||||
}
|
||||
|
||||
private static ChartControl getGraph(string csvFile)
|
||||
{
|
||||
Size size = new Size(800, 400);
|
||||
Size size = new Size(600, 400);
|
||||
|
||||
ChartControl chartControl = new ChartControl();
|
||||
chartControl.Size = size;
|
||||
@@ -300,5 +295,12 @@ namespace SanSystem
|
||||
watch.Stop();
|
||||
MessageBox.Show((watch.ElapsedTicks) + " s");
|
||||
}
|
||||
|
||||
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>());
|
||||
options.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user