private void toolStripButton3_Click(object sender, EventArgs e)
 {
     using (AboutDlg about = new AboutDlg())
     {
         about.ShowDialog();
     }
 }
示例#2
0
 void AboutItem_Click(object sender, EventArgs e)
 {
     using (AboutDlg about = new AboutDlg())
     {
         about.ShowDialog();
     }
 }
示例#3
0
 void AboutItem_Click(object sender, EventArgs e)
 {
     using (AboutDlg about = new AboutDlg())
     {
         about.ShowDialog();
     }
 }
示例#4
0
 private void toolStripButton3_Click(object sender, EventArgs e)
 {
     using (AboutDlg about = new AboutDlg())
     {
         about.ShowDialog();
     }
 }