aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-18 11:36:44 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-18 11:36:44 +0300
commit58762e977fe0fcd2340e36b36938cdaadf5302e9 (patch)
treee6e02e7f4e25a6fb0e385c833954685bece771c0 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs
parentdbe2e256a3c5b5c1640d6cc55a051d26ce7432d9 (diff)
downloadTango-58762e977fe0fcd2340e36b36938cdaadf5302e9.tar.gz
Tango-58762e977fe0fcd2340e36b36938cdaadf5302e9.zip
Implemented main window last module loading.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs7
1 files changed, 6 insertions, 1 deletions
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,11 +74,16 @@ namespace Tango.MachineStudio.Common
public bool UseExternalBridgeEmulator { get; set; }
/// <summary>
- /// Gets or sets the studio modules bounds.
+ /// Gets or sets the last bounds of modules open windows.
/// </summary>
public List<StudioModuleBounds> StudioModulesBounds { get; set; }
/// <summary>
+ /// Gets or sets the last module that was opened in the main window.
+ /// </summary>
+ public String LastMainModuleName { get; set; }
+
+ /// <summary>
/// Initializes a new instance of the <see cref="MachineStudio"/> class.
/// </summary>
public MachineStudioSettings()