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