private void btnCli_Click(object sender, EventArgs e) { Inicios a = new Inicios(); this.Hide(); a.Show(); }
private void button1_Click(object sender, EventArgs e) { Inicios ini = new Inicios(); this.Hide(); ini.Show(); }
///////////////INTERFACE///////////////////// public void Volver() { Inicios f = new Inicios(); this.Hide(); f.Show(); }
public void Volver() { Inicios c = new Inicios(); this.Close(); c.Show(); }