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