DragDropHandler.cs 114 B

12345
  1. namespace OpenSEMI.Ctrlib.Controls
  2. {
  3. public delegate void DragDropHandler(object sender, DragDropEventArgs e);
  4. }