C# Class Orchestra.WindowExtensions

Mostra file Open project: WildGums/Orchestra

Public Methods

Method Description
LoadWindowSize ( this window, bool restoreWindowState ) : void
SaveWindowSize ( this window ) : void

Private Methods

Method Description
GetWindowStorageFile ( this window ) : string

Method Details

LoadWindowSize() public static method

public static LoadWindowSize ( this window, bool restoreWindowState ) : void
window this
restoreWindowState bool
return void

SaveWindowSize() public static method

public static SaveWindowSize ( this window ) : void
window this
return void