예제 #1
0
 private void About_Click(object sender, RoutedEventArgs e)
 {
     var about = new About();
     about.Show();
 }