예제 #1
0
 private void InitIRC()
 {
     bot = new IRC();
     if (!bot.IsAuthenticated())
     {
         WebAuthentication form = new WebAuthentication(bot.GetAuthenticationTokenUrl());
         form.Show();
     }
 }
예제 #2
0
 public void resetWeb()
 {
     WebAuthentication form = new WebAuthentication(bot.GetAuthenticationTokenUrl());
     form.Show();
 }