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