private void ExpandButton_Click(object sender, EventArgs e)
 {
     //Triggered when the user choses to expand a quizzes info
     //Form is closed
     formclosing = true;
     this.Close();
     SelectedQuiz?.Invoke(this, ChosenQuiz, SelectedQuestions, SelectedQuestionsId);
 }
Esempio n. 2
0
	void Start () {
		DontDestroyOnLoad (gameObject);
		sInstance = this;
	}