예제 #1
0
 protected override void OnInit(EventArgs e)
 {
     base.OnInit(e);
     bhlProvider = new BHLProvider();
     main = (Main)Page.Master;
 }