Exemplo n.º 1
0
 public KGEditorCommandClearEntities(KGEditorCoreWrapper core, KGEditorCoreWrapper.EntityType type)
     : base(core, KGEditorCommandCode.ECC_ClearEntities, "Clear entities")
 {
     type_ = type;
 }
Exemplo n.º 2
0
 public KGEditorCommandClearEntities(KGEditorCoreWrapper core, KGEditorCoreWrapper.EntityType type)
     : base(core, KGEditorCommandCode.ECC_ClearEntities, "Clear entities")
 {
     type_ = type;
 }