C# 클래스 QL.Interpreter.Controls.Input.CheckBoxControl

상속: InputControl
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

공개 메소드들

메소드 설명
CheckBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
Render ( ) : void
_checkBox_Checked ( object sender, RoutedEventArgs e ) : void

메소드 상세

CheckBoxControl() 공개 메소드

public CheckBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
idName string
memory QLMemory
isComputed bool
리턴 System.Windows

Render() 공개 메소드

public Render ( ) : void
리턴 void

_checkBox_Checked() 공개 메소드

public _checkBox_Checked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void