C# Class Open.TestHarness.Model.OutOfBrowserSettings

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes the window (called at startup).
public InitializeWindow ( ) : void
Résultat void

OutOfBrowserSettings() public méthode

Constructor.
public OutOfBrowserSettings ( ) : System.Windows
Résultat System.Windows

SaveWindowState() public méthode

Saves the current state of the window.
public SaveWindowState ( ) : void
Résultat void