Exemple #1
0
 public void GetAnalyticStatistics(DataGridView dataGridView)
 {
     dataGridView.DataSource = _analyticsService.GetStatistics();
 }