faltan controladoras

This commit is contained in:
Nacho
2024-04-19 17:50:08 -03:00
parent abfd18e86f
commit 8ad9dc6e8b
89 changed files with 2955 additions and 153 deletions

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