2.0.15
profile influences configuration
This commit is contained in:
14
Hawkeye.VisionBuilder.UI.RecipeYoloPatcher/Program.cs
Normal file
14
Hawkeye.VisionBuilder.UI.RecipeYoloPatcher/Program.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Hawkeye.VisionBuilder.UI.RecipeYoloPatcher;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
[STAThread]
|
||||
private static void Main()
|
||||
{
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new MainForm());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user