예제 #1
0
        private void button5_Click(object sender, EventArgs e)
        {
            Statistics_Form statistics_Form = new Statistics_Form();

            statistics_Form.ShowDialog();
        }
예제 #2
0
        private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Statistics_Form statistics_Form = new Statistics_Form();

            statistics_Form.ShowDialog();
        }