private void button1_Click(object sender, EventArgs e) { HistoriaNIvel2 frm = new HistoriaNIvel2(); frm.Show(); this.Visible = false; }
private void button1_Click(object sender, EventArgs e) { HistoriaNIvel2 a = new HistoriaNIvel2(); a.Show(); }