diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-28 18:48:03 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-28 18:48:03 +0300 |
| commit | 323a408ed2059dbaa86150967544e82433b3d04e (patch) | |
| tree | ec13b2e7fd805017b434701674df6b75b6ea76c3 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs | |
| parent | 952e9ccbb94aabd0c3d0857f6d454d90e1afcf91 (diff) | |
| parent | 33a2d098936cad4e7a8ca0c16187023a78fc4e43 (diff) | |
| download | Tango-323a408ed2059dbaa86150967544e82433b3d04e.tar.gz Tango-323a408ed2059dbaa86150967544e82433b3d04e.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs index 3bcacc989..28692cdfa 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs @@ -192,7 +192,6 @@ namespace Tango.PPC.UI.ViewModels public override void OnApplicationStarted() { base.OnApplicationStarted(); - ModuleLoader.ModulesLoaded += ModuleLoader_ModulesLoaded; MachineProvider.MachineOperator.PrintingStarted += MachineOperator_PrintingStarted; } @@ -218,17 +217,6 @@ namespace Tango.PPC.UI.ViewModels _jobHandler = e.JobHandler; } - /// <summary> - /// Handles the ModulesLoaded event of the ModuleLoader. - /// </summary> - /// <param name="sender">The source of the event.</param> - /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param> - private void ModuleLoader_ModulesLoaded(object sender, EventArgs e) - { - LogManager.Log("Modules loaded. Applying modules to main navigation control..."); - View.ApplyModules(ModuleLoader.UserModules); - } - #endregion } } |
