C# 클래스 jumoo.NavMaker.jumooNavMaker

파일 보기 프로젝트 열기: KevinJump/LocalGovStarterKit-Old

보호된 프로퍼티들

프로퍼티 타입 설명
btnExample global::System.Web.UI.WebControls.Button
btnExport global::System.Web.UI.WebControls.Button
btnLGNL global::System.Web.UI.WebControls.Button
btnSGNL global::System.Web.UI.WebControls.Button
navstatus global::System.Web.UI.WebControls.Label

보호된 메소드들

메소드 설명
Button1_Click ( object sender, EventArgs e ) : void
LoadNav ( string filename ) : void
Page_Load ( object sender, EventArgs e ) : void
btnExample_Click ( object sender, EventArgs e ) : void
btnExport_Click ( object sender, EventArgs e ) : void
btnSGNL_Click ( object sender, EventArgs e ) : void

메소드 상세

Button1_Click() 보호된 메소드

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

LoadNav() 보호된 메소드

protected LoadNav ( string filename ) : void
filename string
리턴 void

Page_Load() 보호된 메소드

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

btnExample_Click() 보호된 메소드

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

btnExport_Click() 보호된 메소드

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

btnSGNL_Click() 보호된 메소드

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

프로퍼티 상세

btnExample 보호되어 있는 프로퍼티

btnExample control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnExample
리턴 global::System.Web.UI.WebControls.Button

btnExport 보호되어 있는 프로퍼티

btnExport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnExport
리턴 global::System.Web.UI.WebControls.Button

btnLGNL 보호되어 있는 프로퍼티

btnLGNL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnLGNL
리턴 global::System.Web.UI.WebControls.Button

btnSGNL 보호되어 있는 프로퍼티

btnSGNL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSGNL
리턴 global::System.Web.UI.WebControls.Button

navstatus 보호되어 있는 프로퍼티

navstatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label navstatus
리턴 global::System.Web.UI.WebControls.Label