/// <summary> /// 删除模块 /// </summary> public void RemoveModule() { OnRemove(); Spaces.DeleteModuleById(this.ModuleID, this.Module.Uid); }