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(); }
private void Bt_get_tips_Click(object sender, EventArgs e) { Print_screen ins = new Print_screen("Tips"); ins.ShowDialog(); }
private void LB_why_register_Click(object sender, EventArgs e) { Print_screen prt = new Print_screen("why to register"); prt.ShowDialog(); }