refactor(demos): update machining demos and remove legacy demo message handling
Made-with: Cursor
This commit is contained in:
@@ -142,7 +142,8 @@ public static class DemoBuildMachiningProject
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
LocalApp.AppBegin();
|
||||
using var loggerFactory = Microsoft.Extensions.Logging.LoggerFactory.Create(b => b.AddConsole());
|
||||
LocalApp.AppBegin(loggerFactory.CreateLogger("Hi.Sample"));
|
||||
LocalProjectService localProjectService = new LocalProjectService();
|
||||
|
||||
var projectPath = "C:/HiNC-Projects/NewProject/Main.hincproj";
|
||||
|
||||
Reference in New Issue
Block a user