Пример #1
0
        static void Main(string[] args)
        {
            var bot = new GithubBot();

            bot.Start();

            Console.ReadLine();

            bot.Stop();
        }
Пример #2
0
        static void Main(string[] args)
        {
            var bot = new GithubBot();
            bot.Start();

            Console.ReadLine();

            bot.Stop();
        }