C# Class BlueCollar.Dashboard.Default

Default page.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: ChadBurggraf/blue-collar

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Raises the page's Load event.

Method Details

OnLoad() protected méthode

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