예제 #1
0
 public uonetwork(String i, int p, String usera, String passa, uointerface uoi)
 {
     BinaryNode.CreateTree();
     ip        = i;
     port      = p;
     this.user = usera;
     this.pass = passa;
     packops   = uoi;
 }
예제 #2
0
 public uonetwork(String i, int p, String usera, String passa, int cslot)
 {
     BinaryNode.CreateTree();
     ip        = i;
     port      = p;
     this.user = usera;
     this.pass = passa;
     charslot  = (cslot - 1);
 }