Exemplo n.º 1
0
 public ModuleObject(string path, string name, ModuleManager.delModuleObject OnActivateModule)
 {
     this.path             = path;
     this.name             = name;
     this.active           = false;
     this.OnActivateModule = OnActivateModule;
 }
Exemplo n.º 2
0
 public ModuleObject(string path, string name, ModuleManager.delModuleObject OnActivateModule)
 {
     this.path = path;
     this.name = name;
     this.active = false;
     this.OnActivateModule = OnActivateModule;
 }