//private void EquipmentCmd_ReportEvent(ActiveEnumData eventId)
        //{
        //    string s = eventId.ToString();
        //}

        private void Comport__RecDataSendEventHander(object send, ActiveReporting e)
        {
            if (this.ReportEvent != null)
            {
                this.ReportEvent(e.EventId);
            }
        }
Пример #2
0
 private static void Com_RecDataSendEventHander(object send, ActiveReporting e)
 {
     throw new NotImplementedException();
 }
 void common__RecDataSendEventHander(object send, ActiveReporting e)
 {
     //activeData = e.ActiveData;
 }