private void SAl_instruction_Click(object sender, EventArgs e) { Program.GameChoice = false; Print_instructions ins = new Print_instructions(); ins.ShowDialog(); }
private void Bt_reversi_instuctions_Click(object sender, EventArgs e) { Program.GameChoice = true; Print_instructions ins = new Print_instructions(); ins.ShowDialog(); }