Beispiel #1
0
 protected void UnbindInput()
 {
     textInput?.Deactivate(this);
 }
Beispiel #2
0
 private void unbindInput()
 {
     textInput?.Deactivate(this);
 }