Drag-Drop-Set-Property-Item

This commit is contained in:
2023-07-03 15:53:10 -07:00
parent d23398db7a
commit 662ddfc44d
22 changed files with 652 additions and 77 deletions

View File

@ -1,4 +1,4 @@
namespace View_by_Distance.Drag_Drop_Explorer;
namespace View_by_Distance.Drag.Drop.Move;
partial class DragDropMove
{
@ -32,7 +32,7 @@ partial class DragDropMove
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(640, 100);
this.StartPosition = FormStartPosition.CenterScreen;
this.Text = "Drag Drop Explorer";
this.Text = "Drag Drop Move";
}
#endregion