Example #1
0
 public ModManager(IModManagerClient client)
 {
     this._client = client;
 }
Example #2
0
 public ModManager(IModManagerClient client)
 {
     this._client = client;
     this.Mods.CollectionChanged += this.Mods_CollectionChanged;
 }