コード例 #1
0
 private void BtnAgregar_Click_1(object sender, EventArgs e)
 {
     app.CrearPersona(txtNombre.Text,
                      txtApellido.Text,
                      txtEdad.Text,
                      dtpFechaNac.Value.Date,
                      txtDireccion.Text,
                      txtProvincia.Text,
                      txtPais.Text,
                      txtTelefono.Text,
                      txtCelular.Text
                      );
     LimpiarTextos();
     MostrarData();
 }