Exemplo n.º 1
0
        private void Bt_Play_game_click(object sender, EventArgs e)
        {
            if (Program.TypeUser == false)
            {
                Print_screen ins = new Print_screen("Ads");
                ins.ShowDialog();
            }
            GameChoice ga = new GameChoice(this);

            this.Hide();
            ga.Show();
        }
Exemplo n.º 2
0
        private void Bt_get_tips_Click(object sender, EventArgs e)
        {
            Print_screen ins = new Print_screen("Tips");

            ins.ShowDialog();
        }
Exemplo n.º 3
0
        private void LB_why_register_Click(object sender, EventArgs e)
        {
            Print_screen prt = new Print_screen("why to register");

            prt.ShowDialog();
        }