añadido skeleton de los form ordendecompra y remito

This commit is contained in:
fedpo
2024-08-05 20:34:15 +01:00
parent 8e394af47a
commit 513e060309
11 changed files with 366 additions and 2 deletions

View File

@@ -1,25 +0,0 @@
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)
{
}
}
}