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

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

공개 메소드들

메소드 설명
Waste ( WasteViewModel viewModel ) : System

Constructs a new Waste view with the corresponding view model.

비공개 메소드들

메소드 설명
OnSettingsLinkClicked ( object sender, RoutedEventArgs e ) : void

Handler for when the hyperlink pointing to the settings view is clicked.

메소드 상세

Waste() 공개 메소드

Constructs a new Waste view with the corresponding view model.
/// In the event that the supplied WasteViewModel is null, will throw ArgumentException. ///
public Waste ( WasteViewModel viewModel ) : System
viewModel Te.StahpIt.ViewModels.WasteViewModel /// The view model for this view. ///
리턴 System