Inizio riorganizzazione sotto-componenti

This commit is contained in:
Samuele Locatelli
2025-10-10 17:05:25 +02:00
parent c6867f4c0d
commit 01f7e5b072
9 changed files with 8 additions and 7 deletions
@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Components;
using WebWindowComplex.Models;
namespace WebWindowComplex
namespace WebWindowComplex.Compo
{
public partial class AreaFrame
{
@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Components;
using WebWindowComplex.Models;
namespace WebWindowComplex
namespace WebWindowComplex.Compo
{
public partial class AreaSplit
{
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Components;
using WebWindowComplex.DTO;
using WebWindowComplex.Models;
namespace WebWindowComplex
namespace WebWindowComplex.Compo
{
public partial class General
{
+2 -4
View File
@@ -24,10 +24,6 @@
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.19" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Compo\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\post-build.ps1 -ProjectPath $(ProjectPath)" />
</Target>
@@ -56,6 +52,8 @@
+1
View File
@@ -1,3 +1,4 @@
@using Microsoft.AspNetCore.Components.Web
@using WebWindowComplex
@using WebWindowComplex.Compo
@using WebWindowComplex.Models
@@ -83,6 +83,8 @@