C# Class Te.StahpIt.Views.Waste

Interaction logic for Waste.xaml
Inheritance: BaseView
Afficher le fichier Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Méthodes publiques

Méthode Description
Waste ( WasteViewModel viewModel ) : System

Constructs a new Waste view with the corresponding view model.

Private Methods

Méthode Description
OnSettingsLinkClicked ( object sender, RoutedEventArgs e ) : void

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

Method Details

Waste() public méthode

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. ///
Résultat System