Exemplo n.º 1
0
 public void glControl_LostFocus(object sender, EventArgs e)
 {
     ActionKey.LostFocus();
 }
Exemplo n.º 2
0
 public void glControl_MouseLeave(object sender, EventArgs e)
 {
     //this.Focus();
     ActionKey.LostFocus();
 }