コード例 #1
0
ファイル: Demo.cs プロジェクト: yhtsnda/WeChatAndroid
        private void button7_Click(object sender, EventArgs e)
        {
            string res = Http.Post(App.HostUrl + "GetDelContactList");

            txt_outPut.Text = res;
        }
コード例 #2
0
ファイル: Demo.cs プロジェクト: yhtsnda/WeChatAndroid
        private void button8_Click(object sender, EventArgs e)
        {
            string res = Http.Post(App.HostUrl + "NewSync");

            txt_outPut.Text = res;
        }
コード例 #3
0
ファイル: Demo.cs プロジェクト: yhtsnda/WeChatAndroid
        private void button4_Click(object sender, EventArgs e)
        {
            string res = Http.Post(App.HostUrl + "GetChatroomList");

            txt_outPut.Text = res;
        }