Esempio n. 1
0
        public void teachAgents(string path_to_folder_with_xml_files)
        {
            List <Element> templates = Create_Elements_Database_From_Template_XML(path_to_folder_with_xml_files);

            foreach (Element e in templates)
            {
                ms.AddTemplate(e);
            }
        }