Replaced "EnvelopeGenerator.WebUI" with "EnvelopeGenerator.Server" and "EnvelopeGenerator.WebUI.Client" with "EnvelopeGenerator.Server.Client". Updated project entries, solution configuration platforms, and nested projects to reflect these changes.
17 lines
662 B
Plaintext
17 lines
662 B
Plaintext
@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.AspNetCore.Components.WebAssembly.Http
|
|
@using Microsoft.JSInterop
|
|
@using EnvelopeGenerator.WebUI.Client
|
|
@using EnvelopeGenerator.WebUI.Client.Services
|
|
@using EnvelopeGenerator.WebUI.Client.Models
|
|
@using EnvelopeGenerator.WebUI.Client.Options
|
|
@using DevExpress.Blazor
|
|
@using DevExpress.Blazor.PdfViewer
|
|
@using DevExpress.Blazor.Reporting
|