Beispiel #1
0
        public void Init(IBotHost BotHost)
        {
            if (this.bh != null)
                l.Error("Повторная инициализация робота.");

            this.bh = BotHost;
        }
Beispiel #2
0
        public void Init(IBotHost BotHost)
        {
            if (this.bh != null)
            {
                l.Error("Повторная инициализация робота.");
            }

            this.bh = BotHost;
        }