C# 클래스 Te.StahpIt.Views.Statistics

Interaction logic for Statistics.xaml
상속: BaseView
파일 보기 프로젝트 열기: TechnikEmpire/StahpIt-WPF 1 사용 예제들

공개 메소드들

메소드 설명
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