From b5692b2f28929e7473ec73be0a1b5124149b8e2e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 25 Dec 2018 14:32:42 +0200 Subject: Some work on PPC and database! --- .../PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs | 11 +++++++++++ 1 file changed, 11 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 3387477ed..259f6031b 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/JobsModuleSettings.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using Tango.BL.Enumerations; using Tango.Settings; namespace Tango.PPC.Jobs @@ -18,6 +19,16 @@ namespace Tango.PPC.Jobs /// public List RecentTwineCatalogColors { get; set; } + /// + /// Gets or sets the last job color space. + /// + public ColorSpaces? LastJobColorSpace { get; set; } + + /// + /// Gets or sets the new job last type. + /// + public JobTypes? LastJobType { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.3.1