tune.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user