Generation

generate functionSat, 29 Apr 2023

Generar numero consecutivos automáticamente en texbox

private void textBox5_Leave(object sender, EventArgs e) { int n = Convert.ToInt32(textBox5.Text); textBox6.Text = (n + 1).ToString(); }

Want to kickstart your project?Use the new AI Studio to create your code