Chart wird generiert aus CSV Datei

This commit is contained in:
Husky
2018-07-08 18:46:53 +02:00
parent 95353ff2a4
commit b49b7f1654
6 changed files with 331 additions and 9 deletions

View File

@@ -199,5 +199,11 @@ namespace SanSystem
BerichtGen.Options options = new BerichtGen.Options("", "", "", grunddaten,bilderO);
options.ShowDialog();
}
private void button2_Click(object sender, EventArgs e)
{
FrmLinerChart frmLinerChart = new FrmLinerChart();
frmLinerChart.ShowDialog();
}
}
}