static void Main(string[] args) { try { TulingWXBot newbot = new TulingWXBot(); //SimpleWXbot newbot = new SimpleWXbot(); newbot.run(); } catch (Exception ex) { Log.WriteDebug(ex.ToString()); } }
static void Main(string[] args) { TulingWXBot newbot = new TulingWXBot(); newbot.run(); }