예제 #1
0
        private void btnVerCadastro_Click(object sender, RoutedEventArgs e)
        {
            CadastroUsuario cadUsu = new CadastroUsuario();

            //cadUsu.Show();
            cadUsu.ShowDialog(); //mostra a segunda tela mas bloqueia a anterior
        }
예제 #2
0
        private void btnCriaUsuarioE(object sender, MouseButtonEventArgs e)
        {
            CadastroUsuario cadastroUsuario = new CadastroUsuario();

            cadastroUsuario.ShowDialog();
        }