From 51afc4f6a17383e91a72c2ce060e82604d43c3a8 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 20 Aug 2018 19:43:15 +0300 Subject: Working on new Machine Studio DB. --- .../Tango.MachineStudio.Common/StudioViewModel.cs | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs index 96715dc20..36e3994ad 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs @@ -82,6 +82,14 @@ namespace Tango.MachineStudio.Common { } + + /// + /// Called when the application is ready and all modules are loaded. + /// + public virtual void OnApplicationReady() + { + + } } /// @@ -159,6 +167,14 @@ namespace Tango.MachineStudio.Common { } + + /// + /// Called when the application is ready and all modules are loaded. + /// + public virtual void OnApplicationReady() + { + + } } /// @@ -187,6 +203,14 @@ namespace Tango.MachineStudio.Common } + /// + /// Called when the application is ready and all modules are loaded. + /// + public virtual void OnApplicationReady() + { + + } + /// /// Called when another module has wants to navigate to this module with some arguments. /// -- cgit v1.3.1