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