From 58762e977fe0fcd2340e36b36938cdaadf5302e9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 18 Oct 2018 11:36:44 +0300 Subject: Implemented main window last module loading. --- .../Tango.MachineStudio.Common/MachineStudioSettings.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs index 22ed1a33d..06d5d44c5 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs @@ -74,10 +74,15 @@ namespace Tango.MachineStudio.Common public bool UseExternalBridgeEmulator { get; set; } /// - /// Gets or sets the studio modules bounds. + /// Gets or sets the last bounds of modules open windows. /// public List StudioModulesBounds { get; set; } + /// + /// Gets or sets the last module that was opened in the main window. + /// + public String LastMainModuleName { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.3.1