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

20
Vista/Remito.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 Remito : Form
{
public Remito()
{
InitializeComponent();
}
}
}