C# 클래스 _Main, yfkey-scms

파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

Private Properties

프로퍼티 타입 설명
LoadControl UserControl,
LoadModule void
LoadModule void
LoadUserThemes void

보호된 메소드들

메소드 설명
InitializeCulture ( ) : void
OnInit ( EventArgs, e ) : void
OnInitComplete ( EventArgs, e ) : void
OnPreInit ( EventArgs, e ) : void
Page_Load ( object sender, EventArgs, e ) : void

비공개 메소드들

메소드 설명
LoadControl ( string userControlPath ) : UserControl,
LoadModule ( ) : void
LoadModule ( string mid, string mp, string act, string ap ) : void
LoadUserThemes ( ) : void

메소드 상세

InitializeCulture() 보호된 메소드

protected InitializeCulture ( ) : void
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs, e ) : void
e EventArgs,
리턴 void

OnInitComplete() 보호된 메소드

protected OnInitComplete ( EventArgs, e ) : void
e EventArgs,
리턴 void

OnPreInit() 보호된 메소드

protected OnPreInit ( EventArgs, e ) : void
e EventArgs,
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs, e ) : void
sender object
e EventArgs,
리턴 void