C# 클래스 Starboard.ViewModel.MainWindowViewModel

The view model for the main application window.
상속: Starboard.MVVM.ObservableObject
파일 보기 프로젝트 열기: ascendedguard/starboard-sc2 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CloseNetwork() 공개 메소드

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

MainWindowViewModel() 공개 메소드

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

SaveSettings() 공개 메소드

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