C# Class _Main, yfkey-scms

Show file Open project: Novthirteen/yfkey-scms

Private Properties

Property Type Description
LoadControl UserControl,
LoadModule void
LoadModule void
LoadUserThemes void

Protected Methods

Method Description
InitializeCulture ( ) : void
OnInit ( EventArgs, e ) : void
OnInitComplete ( EventArgs, e ) : void
OnPreInit ( EventArgs, e ) : void
Page_Load ( object sender, EventArgs, e ) : void

Private Methods

Method Description
LoadControl ( string userControlPath ) : UserControl,
LoadModule ( ) : void
LoadModule ( string mid, string mp, string act, string ap ) : void
LoadUserThemes ( ) : void

Method Details

InitializeCulture() protected method

protected InitializeCulture ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs, e ) : void
e EventArgs,
return void

OnInitComplete() protected method

protected OnInitComplete ( EventArgs, e ) : void
e EventArgs,
return void

OnPreInit() protected method

protected OnPreInit ( EventArgs, e ) : void
e EventArgs,
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs, e ) : void
sender object
e EventArgs,
return void