예제 #1
0
        private void annualHbDelete_Click_1(object sender, EventArgs e)
        {
            string hardBill = hardBillsLv.SelectedItems[0].SubItems[0].Text;

            _year.RemoveHardBill(hardBill);
            RefreshPage();
        }