コード例 #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            StatisticsForm form = new StatisticsForm();

            form.ShowDialog();
        }
コード例 #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     StatisticsForm form = new StatisticsForm();
     form.ShowDialog();
 }