Ejemplo n.º 1
0
 protected void onOrderListChange(Store store, OrderListAction action)
 {
     if (OrderListChange != null)
     {
         OrderListChange(store, action);
     }
 }
Ejemplo n.º 2
0
 protected void onOrderListChange(Store store, OrderListAction action)
 {
     if (OrderListChange != null)
     {
         OrderListChange(store, action);
     }
 }