añadido skeleton de los form ordendecompra y remito

This commit is contained in:
fedpo
2024-08-05 20:34:15 +01:00
committed by fede
parent 75c9f8ed9b
commit 81f879eec3
11 changed files with 366 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<Compile Update="FrmInforme.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="FrmOrdenDeCompra.cs">
<Compile Update="FrmOrdenesDeCompras.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="FrmPresupuestos.cs">
@@ -47,8 +47,14 @@
<Compile Update="FrmRemitos.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="OrdenDeCompra.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="PantallaPrincipal.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Remito.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>