Esempio n. 1
0
 public MCMHost( string Label, ModConfigurationMenu worker )
 {
     this.Label = Label;
     this.worker = worker;
     this._key = "";
     this.OpenedThisSession = false;
 }
Esempio n. 2
0
 public MCMHost()
 {
     this.Label = "?";
     this.worker = null;
     this._key = "";
     this.OpenedThisSession = false;
 }