diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-10-22 15:34:26 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-10-22 15:34:26 +0300 |
| commit | a01508b38ae7a388f689a513a954aa9264bc63fd (patch) | |
| tree | 0b91e08035e91c884ff8a1e9bb643345c961622f /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs | |
| parent | 6fb44a285846d387d341bf31e2651507a79cc135 (diff) | |
| parent | e64ec3bb6dd7294f9765bf4ca032e4aea42509e8 (diff) | |
| download | Tango-a01508b38ae7a388f689a513a954aa9264bc63fd.tar.gz Tango-a01508b38ae7a388f689a513a954aa9264bc63fd.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
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() |
