C# 클래스 WebApp.WebForm1

파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs

보호된 프로퍼티들

프로퍼티 타입 설명
Label1 System.Web.UI.WebControls.Label
Label2 System.Web.UI.WebControls.Label
Label3 System.Web.UI.WebControls.Label
Label4 System.Web.UI.WebControls.Label
btnCalcAdd System.Web.UI.WebControls.Button
btnCalcSub System.Web.UI.WebControls.Button
m_MathAdd SimpleModule.Math
m_MathSub SharedModule.Math
txtAdd1 System.Web.UI.WebControls.TextBox
txtAdd2 System.Web.UI.WebControls.TextBox
txtAdd3 System.Web.UI.WebControls.TextBox
txtSub1 System.Web.UI.WebControls.TextBox
txtSub2 System.Web.UI.WebControls.TextBox
txtSub3 System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Page_Load ( object sender, System e ) : void
btnCalcAdd_Click ( object sender, System e ) : void
btnCalcSub_Click ( object sender, System e ) : void

메소드 상세

OnInit() 보호된 메소드

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

프로퍼티 상세

Label1 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls Label1
리턴 System.Web.UI.WebControls.Label

Label2 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls Label2
리턴 System.Web.UI.WebControls.Label

Label3 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls Label3
리턴 System.Web.UI.WebControls.Label

Label4 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls Label4
리턴 System.Web.UI.WebControls.Label

btnCalcAdd 보호되어 있는 프로퍼티

protected Button,System.Web.UI.WebControls btnCalcAdd
리턴 System.Web.UI.WebControls.Button

btnCalcSub 보호되어 있는 프로퍼티

protected Button,System.Web.UI.WebControls btnCalcSub
리턴 System.Web.UI.WebControls.Button

m_MathAdd 보호되어 있는 프로퍼티

protected SimpleModule.Math m_MathAdd
리턴 SimpleModule.Math

m_MathSub 보호되어 있는 프로퍼티

protected SharedModule.Math m_MathSub
리턴 SharedModule.Math

txtAdd1 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls txtAdd1
리턴 System.Web.UI.WebControls.TextBox

txtAdd2 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls txtAdd2
리턴 System.Web.UI.WebControls.TextBox

txtAdd3 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls txtAdd3
리턴 System.Web.UI.WebControls.TextBox

txtSub1 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls txtSub1
리턴 System.Web.UI.WebControls.TextBox

txtSub2 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls txtSub2
리턴 System.Web.UI.WebControls.TextBox

txtSub3 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls txtSub3
리턴 System.Web.UI.WebControls.TextBox