private void button2_Click(object sender, EventArgs e) { BaralhosForm Open = new BaralhosForm(); Open.Show(); Close(); }
private void buttonBaralhosAdmin_Click(object sender, EventArgs e) { BaralhosForm baralhosF = new BaralhosForm(); baralhosF.Show(); this.Close(); }