diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-18 11:36:44 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-18 11:36:44 +0300 |
| commit | 58762e977fe0fcd2340e36b36938cdaadf5302e9 (patch) | |
| tree | e6e02e7f4e25a6fb0e385c833954685bece771c0 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs | |
| parent | dbe2e256a3c5b5c1640d6cc55a051d26ce7432d9 (diff) | |
| download | Tango-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.cs | 7 |
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() |
