OPC DB server Project First Commit
This commit is contained in:
7
OpcUaMinimal/TestService/Program.cs
Normal file
7
OpcUaMinimal/TestService/Program.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using TestService;
|
||||
|
||||
var builder = Host.CreateApplicationBuilder(args);
|
||||
builder.Services.AddHostedService<Worker>();
|
||||
|
||||
var host = builder.Build();
|
||||
host.Run();
|
||||
Reference in New Issue
Block a user