Exemplo n.º 1
0
 void Widget_DoubleClick(object sender, NSView e)
 {
     e.BecomeFirstResponder();
     //if (e.CanFocus && e.HasFocus)
     //{
     //	e.HasFocus = true;
     //}
 }