C# Class BlueCollar.Dashboard.Default

Default page.
Inheritance: System.Web.UI.Page
Datei anzeigen Open project: ChadBurggraf/blue-collar

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Raises the page's Load event.

Method Details

OnLoad() protected method

Raises the page's Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The event arguments.
return void