C# 클래스 Te.StahpIt.ViewModels.SettingsViewModel

View model for the Settings view.
상속: BaseViewModel
파일 보기 프로젝트 열기: TechnikEmpire/StahpIt-WPF 1 사용 예제들

공개 메소드들

메소드 설명
SettingsViewModel ( SettingsModel model ) : System

Constructs a new Settings View Model object.

메소드 상세

SettingsViewModel() 공개 메소드

Constructs a new Settings View Model object.
/// In the event that the supplied SettingsModel is null, will throw ArgumentException. ///
public SettingsViewModel ( SettingsModel model ) : System
model Te.StahpIt.Models.SettingsModel /// The settings model. ///
리턴 System