Ejemplo n.º 1
0
 private void btnSave_Click(object sender, EventArgs e)
 {
     _quiz.Name = txtQuizName.Text;
     _quizService.SaveQuiz(_quiz);
 }