示例#1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            AnotherWindow anotherWindow = new AnotherWindow();

            anotherWindow.Show();
        }
示例#2
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     AnotherWindow anotherWindow = new AnotherWindow();
     anotherWindow.Show();
 }