aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModuleSettings.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-11 16:18:23 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-11 16:18:23 +0200
commit739fd56662cdee59f42ec8d80654babf158b9f51 (patch)
treef4b52313a1cbd7ff6fdd4b3e9f0ad7719cc2b85b /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModuleSettings.cs
parent6e444d582bf493e971764c81c2d6fe59bd7681d2 (diff)
downloadTango-739fd56662cdee59f42ec8d80654babf158b9f51.tar.gz
Tango-739fd56662cdee59f42ec8d80654babf158b9f51.zip
Machine Studio v3.5.63
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModuleSettings.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModuleSettings.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModuleSettings.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModuleSettings.cs
index 5e0e6d838..e6d5674e1 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModuleSettings.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModuleSettings.cs
@@ -22,6 +22,8 @@ namespace Tango.MachineStudio.Developer
public List<ParameterIndex> ProcessParametersIndices { get; set; }
+ public String DefaultJobRmlGuid { get; set; }
+
public DeveloperModuleSettings()
{
ProcessParametersIndices = new List<ParameterIndex>();