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