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 | 5 |
1 files changed, 5 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 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 @@ -35,6 +35,11 @@ namespace Tango.PPC.Jobs public JobTypes? LastJobType { get; set; } /// <summary> + /// Gets or sets the last selected catalog unique identifier. + /// </summary> + public String LastSelectedCatalogGuid { get; set; } + + /// <summary> /// Initializes a new instance of the <see cref="JobsModuleSettings"/> class. /// </summary> public JobsModuleSettings() |
