C# Class Open.TestHarness.Model.OutOfBrowserSettings

Settings related to the out of browser window.
Inheritance: Open.Core.Common.IsolatedStorageModelBase
Exibir arquivo Open project: philcockfield/Open.TestHarness.SL

Private Properties

Property Type Description

Public Methods

Method Description
InitializeWindow ( ) : void

Initializes the window (called at startup).

OutOfBrowserSettings ( ) : System.Windows

Constructor.

SaveWindowState ( ) : void

Saves the current state of the window.

Method Details

InitializeWindow() public method

Initializes the window (called at startup).
public InitializeWindow ( ) : void
return void

OutOfBrowserSettings() public method

Constructor.
public OutOfBrowserSettings ( ) : System.Windows
return System.Windows

SaveWindowState() public method

Saves the current state of the window.
public SaveWindowState ( ) : void
return void