Exemplo n.º 1
0
 /// <summary>
 /// Load ds ve phat hanh
 /// </summary>
 private void LoadDSTheHuy()
 {
     grdTheHuy.DataMember = "ListTheHuy";
     grdTheHuy.SetDataBinding(The.GetDSThe(), "ListTheHuy");
 }