Browse Source

Merge pull request #9884 from SimonCropp/remove-_notificationManager

remove _notificationManager
pull/9911/head
Max Katz 3 years ago
committed by GitHub
parent
commit
20bb0fed2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      samples/ControlCatalog/ViewModels/MainWindowViewModel.cs

2
samples/ControlCatalog/ViewModels/MainWindowViewModel.cs

@ -12,8 +12,6 @@ namespace ControlCatalog.ViewModels
{
class MainWindowViewModel : ViewModelBase
{
private IManagedNotificationManager _notificationManager;
private bool _isMenuItemChecked = true;
private WindowState _windowState;
private WindowState[] _windowStates = Array.Empty<WindowState>();

Loading…
Cancel
Save