예제 #1
0
 private void InputBox_Activated(object sender, System.EventArgs e)
 {
     Input.SelectAll();
     Input.Focus();
 }