示例#1
0
        private void button2_Click(object sender, EventArgs e)
        {
            GStatistics gStatistics = new GStatistics();

            gStatistics.ShowDialog();
            gStatistics.Dispose();
        }
示例#2
0
        private void globalStatisticsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            GStatistics gStatistics = new GStatistics();

            gStatistics.ShowDialog();
            gStatistics.Dispose();
        }