C# Class SharpResume.Builder._Default

Inheritance: System.Web.UI.Page
Show file Open project: elevate/sharpresume

Protected Methods

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

Handles the Load event of the Page control.

Method Details

Page_Load() protected method

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void