コード例 #1
0
ファイル: Program.cs プロジェクト: MRTNETSOLUTIONS/TweetNews
        private static void InitApplication()
        {
            Authorize auth = new Authorize();

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