C# Class Forex_Strategy_Builder.FormState

Class used to preserve / restore state of the form
Mostra file Open project: nuggett11/Forex-Strategy-Builder

Public Methods

Method Description
Maximize ( Form targetForm ) : void
Restore ( Form targetForm ) : void
Save ( Form targetForm ) : void

Method Details

Maximize() public static method

public static Maximize ( Form targetForm ) : void
targetForm System.Windows.Forms.Form
return void

Restore() public static method

public static Restore ( Form targetForm ) : void
targetForm System.Windows.Forms.Form
return void

Save() public static method

public static Save ( Form targetForm ) : void
targetForm System.Windows.Forms.Form
return void