This commit is contained in:
2025-03-02 08:37:36 -07:00
parent e053dd5746
commit 0b793904b3
10 changed files with 12 additions and 21 deletions

View File

@ -6,10 +6,8 @@ public class Program
/// The main entry point for the application.
/// </summary>
[STAThread]
private static void Main()
{
private static void Main() =>
// ApplicationConfiguration.Initialize();
Application.Run(new DragDropSetPropertyItem());
}
}