private void RedefineStartFormProperties() { this.SuspendLayout(); // // StartForm // Resolutions.SetDefaultFormSize(); this.ClientSize = Resolutions.DefaultFormSize; this.ResumeLayout(false); }