Exemplo n.º 1
0
        private void btnUpdateStatistics_Click(object sender, EventArgs e)
        {
            DateTime?startDate = _currentForm.GetStartDate();
            DateTime?endDate   = _currentForm.GetEndDate();

            _presenter.GetStatistics(startDate, endDate);
        }