Exemple #1
0
 private void openStatsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Stats stats = new Stats();
     stats.Show();
 }