private void toolTecnico_Click(object sender, EventArgs e) { tecnico tec = new tecnico(); this.Hide(); tec.Show(); }
// SECCION DE VENTANAS //INICIO private void toolStripButton2_Click(object sender, EventArgs e) { tecnico abrir = new tecnico(); this.Hide(); abrir.Show(); }
private void toolStripButton2_Click(object sender, EventArgs e) { tecnico tec= new tecnico(); this.Hide(); tec.Show(); }