Methods
MwId SubModuleAdd(wstring ModulePath, string ModuleName)
MwId SubModuleSetNameAndId(MwId ModuleId, string NewModuleName)
void SubModuleRemove(MwId ModuleId)
bool SubModuleIsContextActive(MwId ModuleId, MwId ContextId)
void SubModuleSetContextIsActive(MwId ModuleId, MwId ContextId, bool IsActive)
MwId ContextAdd(string ContextName)
MwId ContextSetId(MwId ContextId, string NewContextName)
void ContextRemove(MwId ContextId)
void SubModuleRetrieve(MwId ModuleId)