Inizio riorganizzazione sotto-componenti
This commit is contained in:
@@ -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
|
||||
{
|
||||
@@ -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,3 +1,4 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using WebWindowComplex
|
||||
@using WebWindowComplex.Compo
|
||||
@using WebWindowComplex.Models
|
||||
@@ -83,6 +83,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user