C# Class FdoToolbox.Base.Services.DragDropHandlers.ConnectionFileHandler

Drag and drop handler for saved connections
Inheritance: IDragDropHandler
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
HandleDrop ( string file ) : void

Handles the file drop

Method Details

HandleDrop() public method

Handles the file drop
public HandleDrop ( string file ) : void
file string The file being dropped
return void