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,9 @@
@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using EnvelopeGenerator.ReceiverUI.Client