C# Class NWSParser._Default

Inheritance: System.Web.UI.Page
Show file Open project: mrcoulson/ASP.NET-National-Weather-Service-Parser

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
displayWeather ( string strLocalFeedArg ) : void
parseWeather ( string strLocalFeedArg, string strRemoteFeedArg ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void