From bd012a8edd576026f8277ab0b462197482df9285 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 15 Aug 2018 11:23:13 +0300 Subject: Modified PPC side menu design.. --- .../Tango.PPC.Synchronization/Images/ppc-module.png | Bin 1748 -> 1232 bytes .../PPC/Modules/Tango.PPC.Synchronization/MyModule.cs | 2 +- .../Tango.PPC.Synchronization/Views/MainView.xaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Images/ppc-module.png b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Images/ppc-module.png index 6f27f49be..d9ce03e7b 100644 Binary files a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Images/ppc-module.png and b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Images/ppc-module.png differ diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs index 5de78a7f0..b2a85ffc8 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs @@ -25,7 +25,7 @@ namespace Tango.PPC.Synchronization { get { - return "My Module"; + return "Test Module"; } } diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml index 2bba2019d..e935b22ec 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml @@ -9,6 +9,6 @@ mc:Ignorable="d" d:DesignHeight="1280" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=vm:MainViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MainViewVM}"> - + TEST MODULE -- cgit v1.3.1