Hi, I have a DGV in which, through a button, I want to create its correlative code when I press the button
private void btnNuevoClasificacion_Click(object sender, EventArgs e)
{
ClasificacionTalla ct = new ClasificacionTalla();...
asked by
30.04.2016 / 18:55