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