Exemple #1
0
 private void NameBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == '\r')
     {
         LB.PerformClick();
     }
 }