Пример #1
0
 private void btnCalcAmphoe_Click(object sender, EventArgs e)
 {
     CreationStatisticsAmphoe lStatistics = new CreationStatisticsAmphoe((Int32)edtYearStart.Value, (Int32)edtYearEnd.Value);
     DoCalculate(lStatistics);
 }
Пример #2
0
        private void btnCalcAmphoe_Click(object sender, EventArgs e)
        {
            CreationStatisticsAmphoe statistics = new CreationStatisticsAmphoe((Int32)edtYearStart.Value, (Int32)edtYearEnd.Value);

            DoCalculate(statistics);
        }