Esempio n. 1
0
 private void bInformacionPersonal_Click(object sender, EventArgs e)
 {
     ventana3 = new fInformacionPersonal();
     ventana3.Show();
 }
Esempio n. 2
0
 private void bBuscar_Click(object sender, EventArgs e)
 {
     ventana = new fInformacionPersonal();
     ventana.Show();
 }