示例#1
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmAbout fa = new frmAbout();
     fa.ShowDialog(this);
 }