C# Class Forex_Strategy_Builder.FormState

Class used to preserve / restore state of the form
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder

Méthodes publiques

Méthode Description
Maximize ( Form targetForm ) : void
Restore ( Form targetForm ) : void
Save ( Form targetForm ) : void

Method Details

Maximize() public static méthode

public static Maximize ( Form targetForm ) : void
targetForm System.Windows.Forms.Form
Résultat void

Restore() public static méthode

public static Restore ( Form targetForm ) : void
targetForm System.Windows.Forms.Form
Résultat void

Save() public static méthode

public static Save ( Form targetForm ) : void
targetForm System.Windows.Forms.Form
Résultat void