Exemplo n.º 1
0
 public DraggingHandle BindHandleTo(Form form)
 {
     var handle = new DraggingHandle(form);
     handle.Bind(IconLabel, DescriptionLabel, TitleLabel, label1, this, BackPanel);
     return handle;
 }
Exemplo n.º 2
0
 public DraggingHandle BindHandleTo(Form form)
 {
     var handle = new DraggingHandle(form);
     handle.Bind(this, TitleLabel, panel1);
     return handle;
 }