From f52448dc4e7a33e45cdc08cc5379e4dbd48d2596 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Fri, 15 May 2020 06:55:42 +0300 Subject: Some work.. --- .../ViewModels/InternalModuleViewVM.cs | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs') diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs index 81927608f..970d77b89 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs @@ -16,16 +16,16 @@ namespace Tango.FSE.UI.ViewModels { if (AuthenticationProvider.CurrentUser.HasPermission(Tango.BL.Enumerations.Permissions.FSE_RunFSE)) { - NavigationManager.MenuItems.Add(new NavigationMenuItem(() => - { - NavigationManager.NavigateTo(nameof(AccountView)); - }) - { - Name = "Account", - Index = -1, - Description = "Manage your account details", - Image = ResourceHelper.GetImageFromResources("Images/Menu/account.png"), - }); + //NavigationManager.MenuItems.Add(new NavigationMenuItem(() => + //{ + // NavigationManager.NavigateTo(nameof(AccountView)); + //}) + //{ + // Name = "Account", + // Index = -1, + // Description = "Manage your account details", + // Image = ResourceHelper.GetImageFromResources("Images/Menu/account.png"), + //}); NavigationManager.MenuItems.Add(new NavigationMenuItem(() => { @@ -38,16 +38,16 @@ namespace Tango.FSE.UI.ViewModels Image = ResourceHelper.GetImageFromResources("Images/Menu/events.png"), }); - NavigationManager.MenuItems.Add(new NavigationMenuItem(() => - { - NavigationManager.NavigateTo(nameof(SettingsView)); - }) - { - Name = "Settings", - Index = 100, - Description = "Configuration of your Tango FSE", - Image = ResourceHelper.GetImageFromResources("Images/Menu/settings.png"), - }); + //NavigationManager.MenuItems.Add(new NavigationMenuItem(() => + //{ + // NavigationManager.NavigateTo(nameof(SettingsView)); + //}) + //{ + // Name = "Settings", + // Index = 100, + // Description = "Configuration of your Tango FSE", + // Image = ResourceHelper.GetImageFromResources("Images/Menu/settings.png"), + //}); } } } -- cgit v1.3.1