Ejemplo n.º 1
0
        private void button7_Click(object sender, EventArgs e)
        {
            string res = Http.Post(App.HostUrl + "GetDelContactList");

            txt_outPut.Text = res;
        }
Ejemplo n.º 2
0
        private void button8_Click(object sender, EventArgs e)
        {
            string res = Http.Post(App.HostUrl + "NewSync");

            txt_outPut.Text = res;
        }
Ejemplo n.º 3
0
        private void button4_Click(object sender, EventArgs e)
        {
            string res = Http.Post(App.HostUrl + "GetChatroomList");

            txt_outPut.Text = res;
        }