C# Class GSoft.Dynamite.Examples.Branding.ControlTemplates.ProjectCss

Includes the CSS registrations for the project's stylesheets
Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Fires when the page loads

Method Details

Page_Load() protected méthode

Fires when the page loads
protected Page_Load ( object sender, EventArgs e ) : void
sender object Originator of event
e System.EventArgs Event arguments
Résultat void