private void button5_Click(object sender, EventArgs e) { QUI f2 = new QUI(); this.Visible = false; f2.ShowDialog(); this.Visible = true; }