Drag-Drop-Set-Property-Item
This commit is contained in:
15
Drag-Drop-Set-Property-Item/Program.cs
Normal file
15
Drag-Drop-Set-Property-Item/Program.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace View_by_Distance.Drag.Drop.Set.Item;
|
||||
|
||||
public class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new DragDropSetPropertyItem());
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user