private void Hủy_Click(object sender, EventArgs e) { TienTB.ResetText(); CayTB.ResetText(); TienTB.AppendText(ListThamSo[0].SoTienToiDaPT.ToString()); CayTB.AppendText(ListThamSo[0].SoCayToiDaPT.ToString()); this.Hide(); }
private void Xuly() { ListThamSo = TSbus.selectThamSo(); TienTB.ResetText(); CayTB.ResetText(); TienTB.AppendText(ListThamSo[0].SoTienToiDaPT.ToString()); CayTB.AppendText(ListThamSo[0].SoCayToiDaPT.ToString()); }