Esempio n. 1
0
 public RecvMsgAttribute(MsgTypeE msgType, Type type) : base(msgType)
 {
     this.DataType = type;
 }
Esempio n. 2
0
 public MsgTypeAttribute(MsgTypeE msgType)
 {
     this.MsgType = msgType;
 }