Пример #1
0
 private void btnThem_Click(object sender, EventArgs e)
 {
     cboKho.Enabled      = true;
     cboNhanVien.Enabled = true;
     txtMaPhieu.Text     = qlkho.MaPhieuXuat();
     btnLuu.Enabled      = true;
     btnThemPheu.Enabled = true;
 }