feat: terminados 4 de 7 forms
This commit is contained in:
@@ -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 == "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user