示例#1
0
 public void Set(T obj, Part part)
 {
     this.obj  = obj;
     this.part = part;
     part.AddObject(this);
 }