init EnvelopeGenerator.ReceiverUI

This commit is contained in:
OlgunR
2026-03-16 16:16:44 +01:00
parent d842332d97
commit 590ab9bf02
26 changed files with 642 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
await builder.Build().RunAsync();