private void button5_Click(object sender, EventArgs e) { Statistics_Form statistics_Form = new Statistics_Form(); statistics_Form.ShowDialog(); }
private void statisticsToolStripMenuItem_Click(object sender, EventArgs e) { Statistics_Form statistics_Form = new Statistics_Form(); statistics_Form.ShowDialog(); }