예제 #1
0
 private void EditButton_OnClick(object sender, RoutedEventArgs e)
 {
     EditProfileChildWindow.Show();
 }
예제 #2
0
 private void NewButton_OnClick(object sender, RoutedEventArgs e)
 {
     _vm.CurrentProfile = new DualShockProfile();
     EditProfileChildWindow.Show();
 }