C# Класс Te.StahpIt.Views.Statistics

Interaction logic for Statistics.xaml
Наследование: BaseView
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Statistics ( StatisticsViewModel viewModel ) : MahApps.Metro.Controls

Constructs a new Dashboard view.

Приватные методы

Метод Описание
OnClearStatsClicked ( object sender, System e ) : void

Handler for when the user clicks the clear stats button.

Описание методов

Statistics() публичный Метод

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. ///
Результат MahApps.Metro.Controls