Exemple #1
0
 private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     statsForm = new StatisticsForm(this);
     statsForm.Show();
     statsForm.TopMost = true;
 }
Exemple #2
0
 private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     statsForm = new StatisticsForm(this);
     statsForm.Show();
     statsForm.TopMost = true;
 }