예제 #1
0
        public DraggingHandle BindHandleTo(Form form)
        {
            var handle = new DraggingHandle(form);

            handle.Bind(iconBox, backgroundPanel, this);
            return(handle);
        }
예제 #2
0
 public DraggingHandle BindHandleTo(Form form)
 {
     var handle = new DraggingHandle(form);
     handle.Bind(iconBox, backgroundPanel, this);
     return handle;
 }