Beispiel #1
0
        private void statisticsBtn_Click(object sender, EventArgs e)
        {
            var statsCounter = new StatisticsCounter();
            var stats        = statsCounter.Count(getRecords(), getRecordsDateFrom(), getRecordsDateTo());
            var dialogue     = new StatisticsForm(stats);

            dialogue.ShowDialog();
        }