Beispiel #1
0
        protected override void OnInit()
        {
            ParentTabContent?.LinkPanel(this);

            base.OnInit();
        }
Beispiel #2
0
        protected override void OnInit()
        {
            ParentTabContent?.Hook(this);

            base.OnInit();
        }