Beispiel #1
0
 private void btnCumulativeCount_Click(object sender, RoutedEventArgs e)
 {
     if (pc != null)
     {
         CumulativeCount cumulativeCount = new CumulativeCount(pc.GetCumulativePublicationCount().ToList());
         cumulativeCount.Show();
     }
 }