コード例 #1
0
 /// <summary>
 /// Initializes the drag and drop operation.
 /// </summary>
 private void InitializeDragDrop()
 {
     this.dndPanel = new DragDropPanel();
     this.Controls.Add(this.dndPanel);
 }
コード例 #2
0
 /// <summary>
 /// Initializes the drag and drop operation.
 /// </summary>
 private void InitializeDragDrop()
 {
     this.dndPanel = new DragDropPanel();
     this.Controls.Add(this.dndPanel);
 }