Example #1
0
        private void button40_Click(object sender, EventArgs e)
        {
            var res = weChatThread.Wx_SubscriptionCommand(txt_gzhid.Text, uint.Parse(txt_gzhUin.Text), txt_gzhKey.Text);

            txt_syslog.Text = res.ConvertToString();
        }
Example #2
0
 private void button40_Click(object sender, EventArgs e)
 {
     txt_gzhlog.Text = weChatThread.Wx_SubscriptionCommand(txt_gzhid.Text, uint.Parse(txt_gzhUin.Text), txt_gzhKey.Text);
 }