Esempio n. 1
0
        private void teste(object sender, RoutedEventArgs e)
        {
            Principal teste = new Principal();

            this.Close();
        }
        private void btnPrincipal(object sender, RoutedEventArgs e)
        {
            Principal principal = new Principal();

            principal.Show();
        }