Exemplo n.º 1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            AnotherWindow anotherWindow = new AnotherWindow();

            anotherWindow.Show();
        }
Exemplo n.º 2
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     AnotherWindow anotherWindow = new AnotherWindow();
     anotherWindow.Show();
 }