Beispiel #1
0
 public TextInputView Bind(Action <string> set, Func <string>?get = null)
 {
     _input.Bind(set, get); return(this);
 }