C# 클래스 Forex_Strategy_Builder.FormState

Class used to preserve / restore state of the form
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder

공개 메소드들

메소드 설명
Maximize ( Form targetForm ) : void
Restore ( Form targetForm ) : void
Save ( Form targetForm ) : void

메소드 상세

Maximize() 공개 정적인 메소드

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

Restore() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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