[FancyZones Editor] memory leaks crash fix (#12876)

This commit is contained in:
Seraphima Zykova
2021-08-25 14:26:55 +03:00
committed by GitHub
parent fce3864784
commit 0440a89292
15 changed files with 92 additions and 121 deletions

View File

@@ -21,10 +21,6 @@ namespace FancyZonesEditor.ViewModels
public static double DesktopPreviewMultiplier { get; private set; }
public RelayCommand AddCommand { get; set; }
public RelayCommand DeleteCommand { get; set; }
public RelayCommand<MonitorInfoModel> SelectCommand { get; set; }
public MonitorViewModel()