Forráskód Böngészése

remove _notificationManager

it is not assigned or used
Simon Cropp 2 éve
szülő
commit
91a7a6bad1

+ 0 - 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>();