public CustomApplicationContext() { InitializeContext(); tweetManager = new tweetManager(notifyIcon); if (!tweetManager.isConfigured) { ShowConfigForm(); } tweet_time(); }