TeamMentor.CoreLib.TBot_Brain.TBot_Brain C# (CSharp) Method

TBot_Brain() static private method

static private TBot_Brain ( ) : System
return System
        static TBot_Brain()
        {
            try
            {
                ScriptContentHashes = new List<int>();
                TemplateService  = (ITemplateService) typeof (Razor).prop("TemplateService");
                TBotScriptsFolder = HttpContextFactory.Server.notNull() ? HttpContextFactory.Server.MapPath(TBOT_SCRIPTS_FOLDER) : null;
                SetAvailableScripts();
            }
            catch (Exception ex)
            {
                ex.log();
            }
        }

Same methods

TBot_Brain::TBot_Brain ( TM_REST tmRest ) : System