Esempio n. 1
0
 public TextResponse(string reqFromUserName, string content)
     : base(reqFromUserName)
 {
     Content = new StringXmlCDataSection(content);
     MsgType = new WeixinResponse.StringXmlCDataSection("text");
 }
Esempio n. 2
0
 public TextResponse(string reqFromUserName, string content)
     : base(reqFromUserName)
 {
     Content = new StringXmlCDataSection(content);
     MsgType = new WeixinResponse.StringXmlCDataSection("text");
 }