Exemplo n.º 1
0
        protected virtual void OnMessageDataExchange(DispatchStationInfoDataResp message)
        {
            var handler = DispatchStationInfoDataRespExchange;

            if (handler != null)
            {
                handler(this, new DataExchangeRespEventArgs(message));
            }
        }
Exemplo n.º 2
0
 public DataExchangeRespEventArgs(DispatchStationInfoDataResp message)
 {
     DispatchStationInfoDataRespMessage = message;
 }