Example #1
0
 private void btn_weibo_qq_auth_Click(object sender, EventArgs e)
 {
     QQWeibo qqwb = new QQWeibo();
     qqwb.ShowDialog();
 }