refactor(demos): update machining demos and remove legacy demo message handling
Made-with: Cursor
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@ namespace Sample
|
||||
static int Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("HiAPI starting.");
|
||||
LocalApp.AppBegin();
|
||||
using var loggerFactory = Microsoft.Extensions.Logging.LoggerFactory.Create(b => b.AddConsole());
|
||||
LocalApp.AppBegin(loggerFactory.CreateLogger("Hi.Sample"));
|
||||
|
||||
Console.WriteLine("Hello World! HiAPI.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user