コード例 #1
0
 static void Main(string[] args)
 {
     try
     {
         TulingWXBot newbot = new TulingWXBot();
         //SimpleWXbot newbot = new SimpleWXbot();
         newbot.run();
     }
     catch (Exception ex)
     {
         Log.WriteDebug(ex.ToString());
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: xiefengdaxia/wxBot.NET
        static void Main(string[] args)
        {
            TulingWXBot newbot = new TulingWXBot();

            newbot.run();
        }