Ch.Epyx.WindMobile.WP7.Model.Xml.XmlBase.XmlBase C# (CSharp) 메소드

XmlBase() 공개 메소드

public XmlBase ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement
리턴 System
        public XmlBase(XElement element)
        {
            this.element = element;
        }
XmlBase