private void botonSeci_VHome_Click(object sender, RoutedEventArgs e) { VentanaSeci v = new VentanaSeci(); v.Show(); this.Close(); }
private void regresarBoton_VLogros_Click(object sender, RoutedEventArgs e) { VentanaSeci v = new VentanaSeci(); v.Show(); this.Close(); }