From 78c93e2ee1eddff67554edec9f956536a0b61482 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 25 Nov 2019 16:39:01 +0200 Subject: Working on Backup/Restore... --- .../Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs index 0b530c278..9e8a9fe34 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs @@ -111,11 +111,6 @@ namespace Tango.PPC.UI.ViewModels /// public RelayCommand UpdateCommand { get; set; } - /// - /// Gets or sets the backup restore command. - /// - public RelayCommand BackupRestoreCommand { get; set; } - /// /// Gets or sets the power command. /// @@ -151,12 +146,6 @@ namespace Tango.PPC.UI.ViewModels PowerCommand = new RelayCommand(() => IsPowerOpened = true); RestartApplicationCommand = new RelayCommand(RestartApplication); - - BackupRestoreCommand = new RelayCommand(() => - { - NavigationManager.NavigateTo(NavigationView.BackupRestoreView); - IsMenuOpened = false; - }); } #endregion -- cgit v1.3.1