示例#1
0
 public void SetOwner(IFormCategory owner)
 {
     //NOOP
 }
示例#2
0
 public void SetOwner(IFormCategory owner)
 {
     this.owner = owner;
 }