예제 #1
0
        private void back(object sender, RoutedEventArgs e)
        {
            Window a = new Others();

            a.Show();
            this.Close();
        }
예제 #2
0
        private void others_Click(object sender, RoutedEventArgs e)
        {
            Window others = new Others();

            others.Show();
            this.Close();
        }