コード例 #1
0
ファイル: Program.cs プロジェクト: mayth/meitanbot_cs
        static void Main(string[] args)
        {
            var bot = new MeitanCore("credential.dat", "config.dat");

            while (true)
            {
            }
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: mayth/meitanbot_cs
 static void Main(string[] args)
 {
     var bot = new MeitanCore("credential.dat", "config.dat");
     while (true) { }
 }