示例#1
0
 private void LoadBreadCrumb()
 {
     Category[] shPath = StorehouseHelper.GetStorehousePath(ecPanelRequest.CategoryId);
     bcNavigatePath.BindBreadCrumbPath(shPath);
 }