Tanoda
|
Example of control application for drag and drop events handle More...
Public Member Functions | |
void | AddItemInFreeCell (DragAndDropItem item) |
Add item in first free cell More... | |
void | RemoveFirstItem () |
Remove item from first not empty cell More... | |
Example of control application for drag and drop events handle
Definition at line 8 of file DummyControlUnit.cs.
void DummyControlUnit.AddItemInFreeCell | ( | DragAndDropItem | item | ) |
Add item in first free cell
item | new item |
Definition at line 51 of file DummyControlUnit.cs.
void DummyControlUnit.RemoveFirstItem | ( | ) |
Remove item from first not empty cell
Definition at line 69 of file DummyControlUnit.cs.