Exemplo n.º 1
0
 //修改拖入效果
 private void listBox1_DragEnter(object sender, DragEventArgs e)
 {
     Cons.DragEffect(sender, e);
 }