Example #1
0
 public override void onLoseCell()
 {
     cellEntityCall = null;
 }
Example #2
0
 public override void onGetCell()
 {
     cellEntityCall = new EntityCellEntityCall_CardInfoBase(id, className);
 }