Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
FdoToolbox
DataStoreManager
Services
DragDropHandlers
SchemaFileHandler
C# Class FdoToolbox.DataStoreManager.Services.DragDropHandlers.SchemaFileHandler
Drag and Drop handler for feature schema files
Inheritance:
IDragDropHandler
Datei anzeigen
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