Esempio n. 1
0
 public void SetDefaultFocus()
 {
     // Set the focus to the first name textbox for quick entry
     NamesInputTextBox.Focus();
 }