From 53108c7036fe65232f39ee1d0dae0b9757ce99ff Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Wed, 25 Nov 2020 11:27:36 +0200 Subject: Dropped support for browser module. --- .../Tango.PPC.Technician/Tango.PPC.Technician.csproj | 4 ---- .../Tango.PPC.Technician/ViewModels/CatalogViewVM.cs | 16 ++++++++-------- .../Modules/Tango.PPC.Technician/Views/CatalogView.xaml | 4 ++-- 3 files changed, 10 insertions(+), 14 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Tango.PPC.Technician.csproj b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Tango.PPC.Technician.csproj index 7f36b7b17..fc00f83d4 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Tango.PPC.Technician.csproj +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Tango.PPC.Technician.csproj @@ -189,10 +189,6 @@ {208C8BD8-72C6-4E3C-ACAA-351091A2ACC7} Tango.PPC.Shared - - {f02eaa84-ad59-465b-99a2-4422c13bfb72} - Tango.PPC.Browser - diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/CatalogViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/CatalogViewVM.cs index ecd2c7b93..dbc99fa87 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/CatalogViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/CatalogViewVM.cs @@ -4,9 +4,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using Tango.Core.Commands; -using Tango.PPC.Browser; -using Tango.PPC.Browser.Navigation; -using Tango.PPC.Browser.Views; +//using Tango.PPC.Browser; +//using Tango.PPC.Browser.Navigation; +//using Tango.PPC.Browser.Views; using Tango.PPC.Common; namespace Tango.PPC.Technician.ViewModels @@ -51,11 +51,11 @@ namespace Tango.PPC.Technician.ViewModels /// private void OpenBrowserModule() { - NavigationManager.NavigateWithObject(new BrowserNavigationRequest() - { - Address = "https://twine-s.com/", - DisplayAddressBar = true, - }, true); + //NavigationManager.NavigateWithObject(new BrowserNavigationRequest() + //{ + // Address = "https://twine-s.com/", + // DisplayAddressBar = true, + //}, true); } } } diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/CatalogView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/CatalogView.xaml index f954e461f..78fa17979 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/CatalogView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/CatalogView.xaml @@ -117,7 +117,7 @@ - + -- cgit v1.3.1