예제 #1
0
 public void FillDdlBranch()
 {
     BL_FillDropDown.FillddlBranch(ddlBranch, 1, 0, "", "");
     ddlBranch.Items.RemoveAt(0);
 }
예제 #2
0
 public void FillDdlBranch()
 {
     BL_FillDropDown.FillddlBranch(ddlBranch, 1, 0, "", "");
 }
예제 #3
0
 private void FillddlBranch()
 {
     ddlBranch = BL_FillDropDown.FillddlBranch(ddlBranch, 1, 0, "", "");
 }