feat: Cambios Varios (mirar Desc)

- Añadidas referencias faltantes
- Arreglado FormProveedores
- Empiezo el codeo del Form Facturas
This commit is contained in:
2024-04-26 19:52:29 +01:00
parent 9b0bde293b
commit 51676e6434
46 changed files with 20368 additions and 257 deletions

20
Vista/FrmFactura.cs Normal file
View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Vista
{
public partial class FrmFactura : Form
{
public FrmFactura()
{
InitializeComponent();
}
}
}