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