예제 #1
0
파일: InventoryFun.cs 프로젝트: zadark/par
 public InvFunPlugin(PubComb plug)
 {
     plugin     = plug;
     shared     = plug.SharedInfo;
     form       = new InvFunForm1(this);
     this.frame = plug.frame;
     this.proxy = plug.proxy;
 }
예제 #2
0
파일: InventoryFun.cs 프로젝트: zadark/par
 public InvFunPlugin(PubComb plug)
 {
     plugin = plug;
     shared = plug.SharedInfo;
     form = new InvFunForm1(this);
     this.frame = plug.frame;
     this.proxy = plug.proxy;
 }