C# 클래스 FormHelperSample.Controllers.CheckboxSampleController

상속: SmartDispatcherController
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
CheckboxIndex ( ) : void
CheckboxListIndex ( ) : void
ProcessCheckbox ( bool enabled1, int enabled2 ) : void
ProcessCheckboxList ( int selectedPrimes, [ blog ) : void

메소드 상세

CheckboxIndex() 공개 메소드

public CheckboxIndex ( ) : void
리턴 void

CheckboxListIndex() 공개 메소드

public CheckboxListIndex ( ) : void
리턴 void

ProcessCheckbox() 공개 메소드

public ProcessCheckbox ( bool enabled1, int enabled2 ) : void
enabled1 bool
enabled2 int
리턴 void

ProcessCheckboxList() 공개 메소드

public ProcessCheckboxList ( int selectedPrimes, [ blog ) : void
selectedPrimes int
blog [
리턴 void