using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OrpaonEMS.Model.MasterSlave { public class EMSConErrEventArgs : EventArgs { /// /// 消息 /// public string Msg { get; set; } /// /// EMS连接结果 /// public bool Result { get; set; } } }