C# Class FdoToolbox.Express.DragDropHandlers.MsAccessFileHandler

Drag and Drop handler for MS Access databases
Inheritance: IDragDropHandler
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
HandleDrop ( string file ) : void

Handles the file drop

Method Details

HandleDrop() public méthode

Handles the file drop
public HandleDrop ( string file ) : void
file string The file being dropped
Résultat void