Example #1
0
        private static void InitApplication()
        {
            Authorize auth = new Authorize();

            auth.AuthenticateUser();
            TweetService.ClearLists();
            tweetTimer = new Timer(TimerCallback, null, 0, 60000);
            Console.ReadLine();
        }