コード例 #1
0
 public void Add(UpdateBase _obj)
 {
     if (_obj == null || mList.Contains(_obj))
     {
         return;
     }
     _obj.Owner = this;
     _obj.RegToOwner();
 }