Ejemplo n.º 1
0
 private void Location_String_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyValue == (char)Keys.Return)
     {
         LocationSearch.PerformClick();
     }
 }
Ejemplo n.º 2
0
 private void HName_Leave(object sender, EventArgs e)
 {
     Location_String.Text = HName.Text;
     LocationSearch.PerformClick();
 }