C# Class newtelligence.DasBlog.Web.HomePage

Summary description for WebForm1.
Inheritance: SharedBasePage
Afficher le fichier Open project: AArnott/dasblog

Méthodes publiques

Méthode Description
HomePage ( ) : System

Méthodes protégées

Méthode Description
HomePage_Load ( object sender, System e ) : void
InitializeMacros ( ) : Macros
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

HomePage() public méthode

public HomePage ( ) : System
Résultat System

HomePage_Load() protected méthode

protected HomePage_Load ( object sender, System e ) : void
sender object
e System
Résultat void

InitializeMacros() protected méthode

protected InitializeMacros ( ) : Macros
Résultat Macros

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void