C# Class Te.StahpIt.ViewModels.DashboardViewModel

Serves as the ViewModel for the Dashboard view.
Inheritance: BaseViewModel
Afficher le fichier Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Méthodes publiques

Méthode Description
DashboardViewModel ( DashboardModel model ) : ByteSizeLib

Constructs a new DashboardViewModel instance.

Method Details

DashboardViewModel() public méthode

Constructs a new DashboardViewModel instance.
/// In the event that the model parameter is null, will throw ArgumentException. ///
public DashboardViewModel ( DashboardModel model ) : ByteSizeLib
model Te.StahpIt.Models.DashboardModel /// The underlying DashboardModel from which to derive and modify state. ///
Résultat ByteSizeLib