Ejemplo n.º 1
0
        //private int cnt = 0;

        public METAbrain(METAboltInstance instance, AIMLbot.Bot myBot)
        {
            this.instance = instance;
            //client = this.instance.Client;
            netcom     = this.instance.Netcom;
            this.myBot = myBot;

            answer = new mBrain();
        }
Ejemplo n.º 2
0
        //private int cnt = 0;
        public METAbrain(METAboltInstance instance, AIMLbot.Bot myBot)
        {
            this.instance = instance;
            //client = this.instance.Client;
            netcom = this.instance.Netcom;
            this.myBot = myBot;

            answer = new mBrain();
        }