AJH.CMS.WEB.UI.Admin.FrmProduct.OnInit C# (CSharp) Method

OnInit() protected method

protected OnInit ( System e ) : void
e System
return void
        protected override void OnInit(System.EventArgs e)
        {

            this.Load += new System.EventHandler(FrmProduct_Load);
            base.OnInit(e);
        }