Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            BiletSatForm frm = new BiletSatForm();

            //this.Hide();
            frm.Show();
        }
Exemplo n.º 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            BiletSatForm al = new BiletSatForm();

            al.Show();
        }