Esempio n. 1
0
 public Pobj(ConClient c)
 {
     tran = new Transform();
     client = c;
 }
Esempio n. 2
0
 public TestObj()
 {
     tran = new Transform();
 }