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

@@ -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)
{
}
}
}