private void ClearHistory_Click(object sender, RoutedEventArgs e) { BingeService.ClearHistory(); ReloadHistory(); }
private void ReloadHistory() { BingeList.ItemsSource = BingeService.GetRecentBinges(5); }