コード例 #1
0
ファイル: clsForm.cs プロジェクト: routd1/ProjectHurricane
        protected override void OnLoad(EventArgs e)
        {
            this.Text = GetStringOnID(strMsgID);
            this.TabText = GetStringOnID(strMsgID);
            if (clsProfile.DoEnableProfiling)
            {
                using (DesignHelper helper = new DesignHelper())
                {
                    helper.DoProfileBasedDesign(this);
                }
            }

            RecursivelyFindControl(this);

            base.OnLoad (e);
        }