예제 #1
0
 public TxMsg(MsgType msgType, IMsgValue value)
 {
     this.type  = msgType.GetMsgType();
     this.value = value;
 }