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

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

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