Ch.Epyx.WindMobile.WP7.Model.Xml.StationData.StationData C# (CSharp) Method

StationData() public method

public StationData ( System.Xml.Linq.XElement e ) : System
e System.Xml.Linq.XElement
return System
        public StationData(XElement e)
            : base(e)
        {
        }
StationData