InitFormsSize() private method

private InitFormsSize ( Form form ) : void
form Form
return void
            internal DialogResult RunDialog()
            {
                owner.InitFormsSize(this);

                this.ShowDialog();

                return(this.DialogResult);
            }