コード例 #1
0
 private void ClearHistory_Click(object sender, RoutedEventArgs e)
 {
     BingeService.ClearHistory();
     ReloadHistory();
 }
コード例 #2
0
 private void ReloadHistory()
 {
     BingeList.ItemsSource = BingeService.GetLast5Binges();
 }