Esempio n. 1
0
        public bool GetBool(string name)
        {
            IMGEntry e = GetChild(name);

            if (e == null)
            {
                return(false);
            }
            return(e.GetBool());
        }