Beispiel #1
0
 protected override void OnInit(EventArgs e)
 {
     base.OnInit(e);
     _abas = header1.Abas;
     this.StrRegistrosSelecionados = Request.Form["hidIds"];
 }
Beispiel #2
0
 public SmartControls_Header()
 {
     _abas = new AbaManager(this);
 }