Ejemplo n.º 1
0
        private void btPat_Click(object sender, RoutedEventArgs e)
        {
            altaPatrocinadores w = new altaPatrocinadores();

            w.Show();
            this.Close();
        }
Ejemplo n.º 2
0
        private void btRegresa_Click(object sender, RoutedEventArgs e)
        {
            altaPatrocinadores r = new altaPatrocinadores();

            r.Show();
            this.Hide();
        }
Ejemplo n.º 3
0
        private void Button_Click_1(object sender, RoutedEventArgs e)
        {
            altaPatrocinadores w = new altaPatrocinadores();

            w.Show();
            this.Hide();
        }