Пример #1
0
 protected void onOrderListChange(Store store, OrderListAction action)
 {
     if (OrderListChange != null)
     {
         OrderListChange(store, action);
     }
 }
Пример #2
0
 protected void onOrderListChange(Store store, OrderListAction action)
 {
     if (OrderListChange != null)
     {
         OrderListChange(store, action);
     }
 }