CloverExamplePOS.Store.onOrderListChange C# (CSharp) Méthode

onOrderListChange() protected méthode

protected onOrderListChange ( Store store, OrderListAction action ) : void
store Store
action OrderListAction
Résultat void
        protected void onOrderListChange(Store store, OrderListAction action)
        {
            if (OrderListChange != null)
            {
                OrderListChange(store, action);
            }
        }