private void EditButton_OnClick(object sender, RoutedEventArgs e) { EditProfileChildWindow.Show(); }
private void NewButton_OnClick(object sender, RoutedEventArgs e) { _vm.CurrentProfile = new DualShockProfile(); EditProfileChildWindow.Show(); }