private void tbRegresar_Click(object sender, RoutedEventArgs e) { this.Hide(); Alta w = new Alta(); w.Show(); }
private void tbRegresar_Click(object sender, RoutedEventArgs e) { this.Close(); Alta a = new Alta(); a.Show(); }
private void Button_Click_1(object sender, RoutedEventArgs e) { this.Hide(); Alta w = new Alta(); w.Show(); }
private void Button_Click_1(object sender, RoutedEventArgs e) { this.Close(); Alta a = new Alta(); a.Show(); }
private void Button_Click(object sender, RoutedEventArgs e) { String res = Conexión.comprobarPassword(txUsuario.Text, txPassword.Text); if (res.Equals("contraseña correcta")) { Alta w = new Alta(); w.Show(); this.Close(); } else { MessageBox.Show(res); } }
private void Button_Click(object sender, RoutedEventArgs e) { string res = Conexion.comprobarPwd(txUsuario.Text, txPassword.Text); if (res.Equals("Contraseña correcta")) { MessageBox.Show("Lo lograste"); Alta wAlta = new Alta(); wAlta.Show(); this.Close(); }//if else { MessageBox.Show(res); } }//buttonMethod
public Baja(Alta a) { ventanaAlta = a; InitializeComponent(); }
public Buscar(Alta a) { ventanaAlta = a; InitializeComponent(); }
public Modificar(Alta a) { ventanaAlta = a; InitializeComponent(); }//builder