예제 #1
0
 static void Wx_NewMsg(App.Wx.Msg m)
 {
     tc.Send(new msg
     {
         act  = "newmsg",
         body = Serialize.ToJson(m)
     });
 }
예제 #2
0
파일: Form1.cs 프로젝트: hongweichang/x.rbt
 private void Wx_NewMsg(App.Wx.Msg m, string uk)
 {
 }