示例#1
0
 private void TxtHour_MouseClick(object sender, MouseEventArgs e)
 {
     TxtHour.SelectAll();
 }
示例#2
0
 private void TxtHour_Enter(object sender, EventArgs e)
 {
     TxtHour.SelectAll();
 }