cambios nacho

This commit is contained in:
fedpo
2024-08-05 02:37:05 +01:00
parent a3b7e9bfc4
commit 3925b59bd4
53 changed files with 646 additions and 151 deletions

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