diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-26 12:34:25 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-26 12:34:25 +0300 |
| commit | 189f45f48fbf1181cc9af20c93901fa9cedb9fb1 (patch) | |
| tree | cb18927a213fdf73ffc4b6197220db97a87984fe /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs | |
| parent | 387c1ee40b7bce5edd92491dc8d9edeb30a02524 (diff) | |
| parent | 60186d68fdbb9c3cc1a6f83c12228db90b48488d (diff) | |
| download | Tango-189f45f48fbf1181cc9af20c93901fa9cedb9fb1.tar.gz Tango-189f45f48fbf1181cc9af20c93901fa9cedb9fb1.zip | |
version 1.4.5.1
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs index 1be62565b..0235f8cca 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs @@ -26,6 +26,7 @@ using Tango.MachineStudio.Common.Notifications; using Tango.MachineStudio.UI.Views; using Tango.Integration.Operation; using Tango.MachineStudio.UI.Windows; +using Tango.BL.Builders; namespace Tango.MachineStudio.UI.StudioApplication { @@ -375,8 +376,8 @@ namespace Tango.MachineStudio.UI.StudioApplication throw new NullReferenceException($"The specified machine '{connectedMachine.SerialNumber}' could not be found on the database."); } + connectedMachine.SetMachine(Machine); ConnectedMachine = connectedMachine; - ConnectedMachine.SetMachine(Machine); var settings = SettingsManager.Default.GetOrCreate<MachineStudioSettings>(); ConnectedMachine.JobUploadStrategy = settings.JobUploadStrategy; } |
