C# Class Te.StahpIt.Views.Statistics

Interaction logic for Statistics.xaml
Inheritance: BaseView
Exibir arquivo Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Public Methods

Method Description
Statistics ( StatisticsViewModel viewModel ) : MahApps.Metro.Controls

Constructs a new Dashboard view.

Private Methods

Method Description
OnClearStatsClicked ( object sender, System e ) : void

Handler for when the user clicks the clear stats button.

Method Details

Statistics() public method

Constructs a new Dashboard view.
/// In the event that the supplied view model is null, will throw ArgumentException. ///
public Statistics ( StatisticsViewModel viewModel ) : MahApps.Metro.Controls
viewModel Te.StahpIt.ViewModels.StatisticsViewModel /// The view model to supply to the view's data context for binding's sake. ///
return MahApps.Metro.Controls