Ejemplo n.º 1
0
 public DrawableSettingsCheckboxNode(Bindable <bool> checkedBindable)
 {
     Checked.BindTo(checkedBindable);
 }