Exemplo n.º 1
0
 public void setWechatApi(WechatApi wechatApi)
 {
     this.wechatApi = wechatApi;
 }
Exemplo n.º 2
0
 public GroupMessage(WechatApi wechatApi) : base(wechatApi)
 {
 }
Exemplo n.º 3
0
 public UserMessage(WechatApi wechatApi)
 {
     this.wechatApi = wechatApi;
 }