Forex_Strategy_Builder.Fancy_Message_Box.OnLoad C# (CSharp) Method

OnLoad() protected method

Form OnLoad.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            Width  = width;
            Height = height;
        }