//获取登陆qq private void button7_Click(object sender, EventArgs e) { string content = "" + coolQApiForTest.GetLoginQQ(); textBox4.Text = content; MessageBox.Show("执行完成"); }