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