示例#1
0
 /// <summary>
 /// Raises the <see cref="E:System.Web.UI.Page.PreInit" /> event at the beginning of page initialization.
 /// </summary>
 /// <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
 protected override void OnPreInit(EventArgs e)
 {
     base.OnPreInit(e);
     BLList = BLBuilder.GetBLList(DataContext);
 }
示例#2
0
 public void LoadBL()
 {
     BLList = BLBuilder.GetBLList(DataContext);
 }