public frmDonThuoc() { InitializeComponent(); dv = new DichVuWCFClient(); lstDV = new List <eDichVuPhongKham>(); lstThuoc = new List <eThuoc>(); lsint = new int[7]; }
public frmDonThuoc(int id, int maNV) { InitializeComponent(); dv = new DichVuWCFClient(); lstDV = new List <eDichVuPhongKham>(); lstThuoc = new List <eThuoc>(); lsint = new int[7]; str = id; idNV = maNV; }