| 12345678910111213141516171819 |
- using InABox.Core;
- namespace Comal.Classes.SecurityDescriptors
- {
- [Caption("Edit V6 Settings")]
- public class EditV6Settings : EnabledSecurityDescriptor<V6License>
- {
- }
-
- [Caption("Import Projects from V6")]
- public class ImportV6Projects : EnabledSecurityDescriptor<V6License>
- {
- }
-
- [Caption("Import Bills of Materials from V6")]
- public class ImportV6BillsOfMaterials : EnabledSecurityDescriptor<LogikalLicense>
- {
- }
- }
|