프로퍼티 | 타입 | 설명 | |
---|---|---|---|
btnNext | System.Web.UI.WebControls.Button | ||
btnRestartWizard | System.Web.UI.WebControls.Button |
메소드 | 설명 | |
---|---|---|
OnInit ( EventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void | ||
btnNext_Click ( object sender, EventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnRestartWizard_Click ( object sender, EventArgs e ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
protected btnNext_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
protected System.Web.UI.WebControls.Button btnNext | ||
리턴 | System.Web.UI.WebControls.Button |