Files
gpw_next/GPW.CORE.Smart10/GPW.CORE.Smart10.Client/Program.cs
T

8 lines
229 B
C#

using GPW.CORE.Services;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.Services.AddSingleton<RouteModeService>();
await builder.Build().RunAsync();