예제 #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            BaralhosForm Open = new BaralhosForm();

            Open.Show();
            Close();
        }
예제 #2
0
        private void buttonBaralhosAdmin_Click(object sender, EventArgs e)
        {
            BaralhosForm baralhosF = new BaralhosForm();

            baralhosF.Show();
            this.Close();
        }