예제 #1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            AboutMarathonSkills2016 mar = new AboutMarathonSkills2016();

            mar.Show();
            this.Close();
        }
예제 #2
0
        private void Exit(object sender, RoutedEventArgs e)
        {
            AboutMarathonSkills2016 aboutMarathonSkills2016 = new AboutMarathonSkills2016();

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