Exemple #1
0
 private void OnDrop(object sender, DragEventArgs e)
 {
     managedCefBrowserAdapter.OnDragTargetDragDrop(GetMouseEvent(e));
 }