Exemplo n.º 1
0
 void BeginDragNative(MouseEventArgs e)
 {
     _startMousePoint = _dockControl.PointToScreen(e.GetPosition(_dockControl));
 }