Esempio n. 1
0
        internal override bool IsPathCurrent()
        {
            object item = (XmlWorker == null) ? DataItem : XmlWorker.RawValue();

            return(PW.IsPathCurrent(item));
        }