C# Class Starboard.ViewModel.MainWindowViewModel

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

Méthodes publiques

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

Closes the active network connection.
public CloseNetwork ( ) : void
Résultat void

MainWindowViewModel() public méthode

Initializes a new instance of the MainWindowViewModel class.
public MainWindowViewModel ( ) : System
Résultat System

SaveSettings() public méthode

Saves the active settings to the registry.
public SaveSettings ( ) : void
Résultat void