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

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();
}
}
}