示例#1
0
 public override void OnClick(Cell owner)
 {
     if (this.CanCollectionProducts)
     {
         this.CollectionProducts();
     }
     else
     {
         Framework.EventSystems.Broker.Global.Publish(RequestOpenCellEventDetailsPopup.Get(this));
     }
 }
示例#2
0
 public override void OnClick(Cell owner)
 {
     Framework.EventSystems.Broker.Global.Publish(RequestOpenCellEventDetailsPopup.Get(this));
 }