Forex_Strategy_Builder.FormState.Save C# (CSharp) Method

Save() public static method

public static Save ( Form targetForm ) : void
targetForm System.Windows.Forms.Form
return void
        public static void Save(Form targetForm)
        {
            winState = targetForm.WindowState;
            brdStyle = targetForm.FormBorderStyle;
            bounds   = targetForm.Bounds;
            //topMost  = targetForm.TopMost;
        }