Example #1
0
 private void clearStatisticButton_Click(object sender, EventArgs e)
 {
     _statisticService.ClearStatistic();
     _localAppData.Answers.Clear();
     DrawStatistic();
 }