Example #1
0
 //重置组Id
 public bool ResetGroup(int GroupId, out StoreItem newItem)
 {
     return(mImpl.ResetGroup(this, GroupId, out newItem));
 }
Example #2
0
 //重置组内容
 public void SetGroup(StoreRecord oldStore, StoreItem Item)
 {
     mImpl.SetGroup(this, oldStore, Item);
 }
Example #3
0
 //构造商店
 public void StoreItem(StoreItem _this, DBStore dbdata)
 {
     _this.tbStore = Table.GetStore(dbdata.Id);
     _this.mDbData = dbdata;
 }