Exemplo n.º 1
0
        public object GetNode(int identification)
        {
            object obj = null;
            CustomIdentification info = GetIdentification(identification);

            if (info.Valid())
            {
                obj = info.Create();
            }
            return(obj);
        }