Exemple #1
0
 public frmDonThuoc()
 {
     InitializeComponent();
     dv       = new DichVuWCFClient();
     lstDV    = new List <eDichVuPhongKham>();
     lstThuoc = new List <eThuoc>();
     lsint    = new int[7];
 }
Exemple #2
0
 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;
 }