Exemplo n.º 1
0
        private void Btn1_Click(object sender, RoutedEventArgs e)
        {
            Window tabla = new TablaInscritos();

            tabla.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void Click_bt2(object sender, RoutedEventArgs e)
        {
            TablaInscritos inscritos = new TablaInscritos();

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