private void btPat_Click(object sender, RoutedEventArgs e) { altaPatrocinadores w = new altaPatrocinadores(); w.Show(); this.Close(); }
private void btRegresa_Click(object sender, RoutedEventArgs e) { altaPatrocinadores r = new altaPatrocinadores(); r.Show(); this.Hide(); }
private void Button_Click_1(object sender, RoutedEventArgs e) { altaPatrocinadores w = new altaPatrocinadores(); w.Show(); this.Hide(); }