Exemplo n.º 1
0
 private void TxtHour_MouseClick(object sender, MouseEventArgs e)
 {
     TxtHour.SelectAll();
 }
Exemplo n.º 2
0
 private void TxtHour_Enter(object sender, EventArgs e)
 {
     TxtHour.SelectAll();
 }