Пример #1
0
 void BeginDragNative(MouseEventArgs e)
 {
     _startMousePoint = _dockControl.PointToScreen(e.GetPosition(_dockControl));
 }