示例#1
0
 private void AuthenticateWithTwitter()
 {
     dlgTwitterOAuth d = new dlgTwitterOAuth(ref au);
     d.ShowDialog(this);
     au = d.au;
     d.Close();
     d.Dispose();
     if (au != null)
     {
         btnTweet.Enabled = true;
         cmnuTwiDaken_tsmnuUpdateToTwitter.Enabled = true;
     }
 }
示例#2
0
        private void AuthenticateWithTwitter()
        {
            dlgTwitterOAuth d = new dlgTwitterOAuth(ref au);

            d.ShowDialog(this);
            au = d.au;
            d.Close();
            d.Dispose();
            if (au != null)
            {
                btnTweet.Enabled = true;
                cmnuTwiDaken_tsmnuUpdateToTwitter.Enabled = true;
            }
        }