示例#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();
        }
示例#2
0
        private void Bt_get_tips_Click(object sender, EventArgs e)
        {
            Print_screen ins = new Print_screen("Tips");

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

            prt.ShowDialog();
        }