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