private void button1_Click(object sender, EventArgs e) { InicioWF _inicio = new InicioWF(); _inicio.Show(); Hide(); }
private void btnVolver_Click(object sender, EventArgs e) { Close(); InicioWF _inicio = new InicioWF(); _inicio.Show(); Hide(); }