示例#1
0
文件: ClientForm.cs 项目: Ikthios/P2P
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     /*
     About dialog box in menu list '?'
     */
     About aboutForm = new About();
     aboutForm.ShowDialog();
 }