Пример #1
0
 private void CategoryTree_DragEnter(object sender, DragEventArgs e)
 {
     CategoryTree.Focus();
     e.Effect = e.AllowedEffect;
 }