示例#1
0
文件: menu.xaml.cs 项目: adeandak/dai
        private void btPat_Click(object sender, RoutedEventArgs e)
        {
            altaPatrocinadores w = new altaPatrocinadores();

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

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

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