Ejemplo n.º 1
0
 private void toolStripButton10_Click(object sender, EventArgs e)
 {
     Form_About fa = new Form_About();
     fa.ShowDialog();
 }