C# Class QL.Interpreter.Controls.Input.CheckBoxControl

Inheritance: InputControl
Mostrar archivo Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
CheckBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
Render ( ) : void
_checkBox_Checked ( object sender, RoutedEventArgs e ) : void

Method Details

CheckBoxControl() public method

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

Render() public method

public Render ( ) : void
return void

_checkBox_Checked() public method

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