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