This commit is contained in:
2025-07-23 15:21:13 +08:00
parent 3dc024d94f
commit 5ab94042d9
3 changed files with 7 additions and 7 deletions
@@ -26,7 +26,7 @@ namespace Sample.Machining
[STAThread]
static void Main(string[] args)
{
SingleUserApp.AppBegin();
LocalApp.AppBegin();
#region Load Machining Project
var projectPath = "C:/HiNC-Projects/DemoStandardPath/Main.hincproj";
@@ -58,7 +58,7 @@ namespace Sample.Machining
app.Exit += (o, e) =>
{
machiningProject.Dispose();
SingleUserApp.AppEnd();
LocalApp.AppEnd();
Console.WriteLine($"App exit.");
};
app.Run(new RenderingWindow()