public CustomApplicationContext()
 {
     InitializeContext();
     tweetManager = new tweetManager(notifyIcon);
     if (!tweetManager.isConfigured)
     {
         ShowConfigForm();
     }
     tweet_time();
 }
示例#2
0
 public CustomApplicationContext()
 {
     InitializeContext();
     tweetManager = new tweetManager(notifyIcon);
     if (!tweetManager.isConfigured)
     {
         ShowConfigForm();
     }
     tweet_time();
 }