public PKStub() { this.owner = null; }
public void SetOwner(ZNetCore ow) { this.owner = ow; }
public PKProxy() { this.owner = null; }