C# Class Te.StahpIt.ViewModels.SettingsViewModel

View model for the Settings view.
Inheritance: BaseViewModel
Afficher le fichier Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Méthodes publiques

Méthode Description
SettingsViewModel ( SettingsModel model ) : System

Constructs a new Settings View Model object.

Method Details

SettingsViewModel() public méthode

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. ///
Résultat System