diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-17 10:20:36 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-17 10:20:36 +0200 |
| commit | 8270aa37dee33cda98603a995de823df393f7294 (patch) | |
| tree | 3e8ad158fcc8c7cdf8de0806298fcd7dc1f7caa6 /Software/Visual_Studio/MachineStudio | |
| parent | d8d1128887089087578286f37561dc8942726ba4 (diff) | |
| download | Tango-8270aa37dee33cda98603a995de823df393f7294.tar.gz Tango-8270aa37dee33cda98603a995de823df393f7294.zip | |
Added support for azure authentication in data source.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs index 4032c946c..cafd0328a 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs @@ -69,6 +69,9 @@ namespace Tango.MachineStudio.UI.ViewModels _notificationProvider = notificationProvider; } + /// <summary> + /// Called when the application has been started + /// </summary> public override void OnApplicationStarted() { base.OnApplicationStarted(); |
