This commit is contained in:
2025-07-23 15:21:06 +08:00
parent 722723565c
commit c7dc8f27e5
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ namespace Sample.Machining
{
static void Main()
{
SingleUserApp.AppBegin();
LocalApp.AppBegin();
#region ProjectLoading
var projectPath = "C:/HiNC-Projects/DemoStandardPath/Main.hincproj";
@@ -72,7 +72,7 @@ namespace Sample.Machining
Console.WriteLine($"Close Project: {projectPath}");
machiningProject.Dispose();
SingleUserApp.AppEnd();
LocalApp.AppEnd();
Console.WriteLine($"Program end.");
#endregion