Ejemplo n.º 1
0
        public Bot2()
        {
            BotProfile = new BotProfile();
            parser = new BotMessageParser();
            messenger = new MessangerService();
            handlers = new Dictionary<string, IHandler>();

            InitializeHandlers();
        }
Ejemplo n.º 2
0
        public Bot2()
        {
            BotProfile = new BotProfile();
            parser     = new BotMessageParser();
            messenger  = new MessangerService();
            handlers   = new Dictionary <string, IHandler>();

            InitializeHandlers();
        }