using System.Windows.Forms; namespace Oli.Controls { public interface IDragEventArgsConverter { IDragDropSource Convert(DragEventArgs drgevent); } }