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
@@ -42,7 +42,7 @@ namespace Sample.Machining
static void Main()
{
SingleUserApp.AppBegin();
LocalApp.AppBegin();
var projectPath = "C:/HiNC-Projects/NewProject/Main.hincproj";
var projectDirectory = Path.GetDirectoryName(projectPath);
@@ -88,7 +88,7 @@ namespace Sample.Machining
machiningProject.MakeXmlSourceFile(projectPath);
machiningProject.Dispose();
SingleUserApp.AppEnd();
LocalApp.AppEnd();
}
}