コード例 #1
0
ファイル: Users_options.cs プロジェクト: Yahavba/Game-Box
        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
ファイル: Managers_option.cs プロジェクト: Yahavba/Game-Box
        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();
        }