Exemplo n.º 1
0
 public CastMsg(CastMsgType type, object attach)
 {
     mMsgType = type;
     mAttach  = attach;
 }
Exemplo n.º 2
0
 public CastMsg(CastMsgType type)
 {
     mMsgType = type;
 }