From 1b7fb335900547edb4d9feb2314e607863e695d4 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 29 Jul 2019 13:23:36 +0300 Subject: Added ColorCatalogGuid to job. Added catalog selection to job creation. --- .../Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs') 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 15b859168..3d72509e0 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs @@ -34,6 +34,11 @@ namespace Tango.PPC.Jobs /// public JobTypes? LastJobType { get; set; } + /// + /// Gets or sets the last selected catalog unique identifier. + /// + public String LastSelectedCatalogGuid { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.3.1