Ejemplo n.º 1
0
 private void About_Click(object sender, EventArgs e)
 {
     AboutBox1 aboutDialog = new AboutBox1();
     aboutDialog.ShowDialog(this);
 }
Ejemplo n.º 2
0
 private void toolStripButton4_Click(object sender, EventArgs e)
 {
     AboutBox1 aboutDialog = new AboutBox1();
     aboutDialog.ShowDialog(this);
 }