Drag-Drop-Explorer

This commit is contained in:
2023-01-02 14:58:22 -07:00
parent 110b306206
commit d0cd52807d
52 changed files with 1092 additions and 846 deletions

View File

@ -9,7 +9,7 @@ static class Program
static void Main()
{
ApplicationConfiguration.Initialize();
Application.Run(new Form());
Application.Run(new DragDropExplorer());
}
}