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; } }