Chart wird generiert aus CSV Datei
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user