private void frmLapPhieuGhiDanh_Load(object sender, EventArgs e) { //load khóa học cboKhoaHoc.DataSource = KhoaHoc.SelectAll(); cboKhoaHoc.DisplayMember = "TenKH"; //tạo mã phiếu txtMaPhieu.Text = PhieuGhiDanh.AutoGenerateId(); //load danh sách phiếu LoadPhieuGhiDanh(); //load danh sách học viên btnHienTatCa_Click(sender, e); }
private void btnDatLaiPhieu_Click(object sender, EventArgs e) { txtMaPhieu.Text = PhieuGhiDanh.AutoGenerateId(); numDaDong.Value = 0; }