Esempio n. 1
0
 public PKStub()
 {
     this.owner = null;
 }
Esempio n. 2
0
 public void SetOwner(ZNetCore ow)
 {
     this.owner = ow;
 }
Esempio n. 3
0
 public PKProxy()
 {
     this.owner = null;
 }