예제 #1
0
        private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmStatistics statistics = new frmStatistics(this);

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