CloverExamplePOS.Store.onOrderListChange C# (CSharp) 메소드

onOrderListChange() 보호된 메소드

protected onOrderListChange ( Store store, OrderListAction action ) : void
store Store
action OrderListAction
리턴 void
        protected void onOrderListChange(Store store, OrderListAction action)
        {
            if (OrderListChange != null)
            {
                OrderListChange(store, action);
            }
        }