faltan controladoras

This commit is contained in:
Nacho
2024-04-19 17:50:08 -03:00
parent abfd18e86f
commit 8ad9dc6e8b
89 changed files with 2955 additions and 153 deletions

25
Vista/FrmOrdenDeCompra.cs Normal file
View File

@@ -0,0 +1,25 @@
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 FrmOrdenDeCompra : Form
{
public FrmOrdenDeCompra()
{
InitializeComponent();
}
private void BtnAdd_Click(object sender, EventArgs e)
{
}
}
}