PreVerify

This commit is contained in:
2024-08-31 08:01:45 -07:00
parent 368138bb78
commit 61d1ae71f6
41 changed files with 739 additions and 85 deletions

View File

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