Forex_Strategy_Builder.Browser.OnLoad C# (CSharp) Méthode

OnLoad() protected méthode

Overrides the base method OnLoad.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void
        protected override void OnLoad(EventArgs e)
        {
            this.StartPosition = FormStartPosition.CenterScreen;
            this.Icon = Data.Icon;
            this.Size = new Size(660, 450);
            ShowDocument();
        }