Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Te
StahpIt
ViewModels
SettingsViewModel
C# Class Te.StahpIt.ViewModels.SettingsViewModel
View model for the Settings view.
Inheritance:
BaseViewModel
Show file
Open project: TechnikEmpire/StahpIt-WPF
Class Usage Examples
Public Methods
Method
Description
SettingsViewModel
(
SettingsModel
model
) :
System
Constructs a new Settings View Model object.
Method Details
SettingsViewModel()
public
method
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. ///
return
System