diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-28 18:33:42 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-28 18:33:42 +0300 |
| commit | fe589d0e841bf3a6d7c3206a7e48c8e7ae9a91a8 (patch) | |
| tree | 5ff891ca5d8fcb9e7e3afbb8f350f60c8fbf5e3b /Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/ViewModels | |
| parent | f3fc87dd10b3d55591a84ecbfb0612769f0c09b9 (diff) | |
| download | Tango-fe589d0e841bf3a6d7c3206a7e48c8e7ae9a91a8.tar.gz Tango-fe589d0e841bf3a6d7c3206a7e48c8e7ae9a91a8.zip | |
Some work.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/ViewModels/MainViewVM.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/ViewModels/MainViewVM.cs index 0d0539152..6bbe1c47b 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/ViewModels/MainViewVM.cs @@ -77,8 +77,6 @@ namespace Tango.PPC.MachineSettings.ViewModels Machine.ShallowCopyTo(MachineProvider.Machine); await MachineProvider.SaveMachine(); await NavigationManager.NavigateBack(); - - RaiseMessage(new MachineSettingsSavedMessage() { Machine = MachineProvider.Machine }); } /// <summary> |
