aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs11
1 files changed, 0 insertions, 11 deletions
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
@@ -112,11 +112,6 @@ namespace Tango.PPC.UI.ViewModels
public RelayCommand UpdateCommand { get; set; }
/// <summary>
- /// Gets or sets the backup restore command.
- /// </summary>
- public RelayCommand BackupRestoreCommand { get; set; }
-
- /// <summary>
/// Gets or sets the power command.
/// </summary>
public RelayCommand PowerCommand { get; set; }
@@ -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