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