Exemplo n.º 1
0
 protected void BindDefault(BindableValue <bool> b)
 {
     value.Bind(b, true);
 }
Exemplo n.º 2
0
 public void Bind(BindableValue <float> binder)
 {
     value.Bind(binder, true);
 }