diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs index 259f6031b..15b859168 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs @@ -20,6 +20,11 @@ namespace Tango.PPC.Jobs public List<String> RecentTwineCatalogColors { get; set; } /// <summary> + /// Gets or sets the recent coats catalog colors. + /// </summary> + public List<String> RecentCoatsCatalogColors { get; set; } + + /// <summary> /// Gets or sets the last job color space. /// </summary> public ColorSpaces? LastJobColorSpace { get; set; } @@ -35,6 +40,7 @@ namespace Tango.PPC.Jobs public JobsModuleSettings() { RecentTwineCatalogColors = new List<string>(); + RecentCoatsCatalogColors = new List<string>(); } } } |
