private void btnCalcAmphoe_Click(object sender, EventArgs e) { CreationStatisticsAmphoe lStatistics = new CreationStatisticsAmphoe((Int32)edtYearStart.Value, (Int32)edtYearEnd.Value); DoCalculate(lStatistics); }
private void btnCalcAmphoe_Click(object sender, EventArgs e) { CreationStatisticsAmphoe statistics = new CreationStatisticsAmphoe((Int32)edtYearStart.Value, (Int32)edtYearEnd.Value); DoCalculate(statistics); }