예제 #1
0
파일: MainForm.cs 프로젝트: sword36/town
 private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     statsForm = new StatisticsForm(this);
     statsForm.Show();
     statsForm.TopMost = true;
 }
예제 #2
0
 private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     statsForm = new StatisticsForm(this);
     statsForm.Show();
     statsForm.TopMost = true;
 }