diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-25 11:27:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-25 11:27:36 +0200 |
| commit | 53108c7036fe65232f39ee1d0dae0b9757ce99ff (patch) | |
| tree | 95518c4677fcd28da3ea3f536e5a0e1a9ce42faf /Software/Visual_Studio/PPC/Modules | |
| parent | 8b50d1c38d075e7ee9fb37199fc2baa70f51d811 (diff) | |
| download | Tango-53108c7036fe65232f39ee1d0dae0b9757ce99ff.tar.gz Tango-53108c7036fe65232f39ee1d0dae0b9757ce99ff.zip | |
Dropped support for browser module.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
3 files changed, 10 insertions, 14 deletions
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 @@ <Project>{208C8BD8-72C6-4E3C-ACAA-351091A2ACC7}</Project> <Name>Tango.PPC.Shared</Name> </ProjectReference> - <ProjectReference Include="..\Tango.PPC.Browser\Tango.PPC.Browser.csproj"> - <Project>{f02eaa84-ad59-465b-99a2-4422c13bfb72}</Project> - <Name>Tango.PPC.Browser</Name> - </ProjectReference> </ItemGroup> <ItemGroup> <Page Include="App.xaml"> 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 /// </summary> private void OpenBrowserModule() { - NavigationManager.NavigateWithObject<BrowserModule, BrowserView, BrowserNavigationRequest>(new BrowserNavigationRequest() - { - Address = "https://twine-s.com/", - DisplayAddressBar = true, - }, true); + //NavigationManager.NavigateWithObject<BrowserModule, BrowserView, BrowserNavigationRequest>(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 @@ </StackPanel> </touch:TouchButton> - <touch:TouchButton Command="{Binding BrowserCommand}" Style="{StaticResource ButtonMenu}"> + <!--<touch:TouchButton Command="{Binding BrowserCommand}" Style="{StaticResource ButtonMenu}"> <StackPanel Orientation="Horizontal" HorizontalAlignment="Left"> <Image Source="../Images/browser.png" RenderOptions.BitmapScalingMode="Fant" Width="80" Height="80" /> <StackPanel Margin="10 0 0 0"> @@ -127,7 +127,7 @@ </TextBlock> </StackPanel> </StackPanel> - </touch:TouchButton> + </touch:TouchButton>--> </StackPanel> </Grid> </touch:LightTouchScrollViewer> |
