コード例 #1
0
ファイル: Program.cs プロジェクト: lopukhDA/AliPoster
        static void Main(string[] args)
        {
            var bot = new Bot();

            bot.Run();

            Thread.Sleep(int.MaxValue);
        }