C# Class Starboard.ViewModel.MainWindowViewModel

The view model for the main application window.
Inheritance: Starboard.MVVM.ObservableObject
Exibir arquivo Open project: ascendedguard/starboard-sc2 Class Usage Examples

Public Methods

Method Description
CloseNetwork ( ) : void

Closes the active network connection.

MainWindowViewModel ( ) : System

Initializes a new instance of the MainWindowViewModel class.

SaveSettings ( ) : void

Saves the active settings to the registry.

Method Details

CloseNetwork() public method

Closes the active network connection.
public CloseNetwork ( ) : void
return void

MainWindowViewModel() public method

Initializes a new instance of the MainWindowViewModel class.
public MainWindowViewModel ( ) : System
return System

SaveSettings() public method

Saves the active settings to the registry.
public SaveSettings ( ) : void
return void