예제 #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();
 }