Esempio n. 1
0
 private void ClearHistory_Click(object sender, RoutedEventArgs e)
 {
     BingeService.ClearHistory();
     ReloadHistory();
 }
Esempio n. 2
0
 private void ReloadHistory()
 {
     BingeList.ItemsSource = BingeService.GetLast5Binges();
 }