Example #1
0
 public Pobj(ConClient c)
 {
     tran = new Transform();
     client = c;
 }
Example #2
0
 public TestObj()
 {
     tran = new Transform();
 }