diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-01 15:20:37 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-01 15:20:37 +0200 |
| commit | a89c18abf7175f76f8673c12dac35d1658209d4e (patch) | |
| tree | 490f56c31347836c8b1e89f76fc3723431cad48b /Software/Visual_Studio/Tango.Settings/MachineStudioSettings/DeveloperModule.cs | |
| parent | 06ad24ef8a414fc89c0cf42b9f5264d584292afe (diff) | |
| download | Tango-a89c18abf7175f76f8673c12dac35d1658209d4e.tar.gz Tango-a89c18abf7175f76f8673c12dac35d1658209d4e.zip | |
Added Developer Module Settings & More...
Diffstat (limited to 'Software/Visual_Studio/Tango.Settings/MachineStudioSettings/DeveloperModule.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Settings/MachineStudioSettings/DeveloperModule.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Settings/MachineStudioSettings/DeveloperModule.cs b/Software/Visual_Studio/Tango.Settings/MachineStudioSettings/DeveloperModule.cs new file mode 100644 index 000000000..5f6ed029f --- /dev/null +++ b/Software/Visual_Studio/Tango.Settings/MachineStudioSettings/DeveloperModule.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.Settings.MachineStudioSettings +{ + public class DeveloperModule + { + public String LastSelectedMachineGuid { get; set; } + + public String LastSelectedRMLGuid { get; set; } + + public String LastSelectedJobGuid { get; set; } + } +} |
