Beispiel #1
0
 public void ClearSelection()
 {
     TextBoxService.ClearSelection();
 }
Beispiel #2
0
 // A ClearSelectionCommand is automatically created from the following methods by POCO:
 public bool CanClearSelection()
 {
     return(TextBoxService.CanClearSelection());
 }