- 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>
- {
- }
- }
|