feat: terminados 4 de 7 forms

This commit is contained in:
fedpo
2024-08-05 15:12:28 +01:00
parent b2abbf0859
commit 51cffafb9f
61 changed files with 649 additions and 876 deletions

View File

@@ -48,6 +48,7 @@ namespace Vista
if (string.IsNullOrEmpty(txtSocial.Text)) devolucion += "La razon social no puede ser nulo o vacio\n";
if (txtSocial.Text.Length > 50) devolucion += "La razon social no puede superar los 50 chars\n";
if (string.IsNullOrEmpty(txtNombre.Text)) devolucion += "El Nombre no puede ser nulo o vacio\n";
if (numCuit.Value <= 0) { devolucion += "NO es un cuit válido"; };
if (devolucion == "")
{