Browse Source
Merge pull request #9884 from SimonCropp/remove-_notificationManager
remove _notificationManager
pull/9911/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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>(); |
|
|
|
|