C# Class Te.StahpIt.Views.Waste

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

Public Methods

Method Description
Waste ( WasteViewModel viewModel ) : System

Constructs a new Waste view with the corresponding view model.

Private Methods

Method Description
OnSettingsLinkClicked ( object sender, RoutedEventArgs e ) : void

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

Method Details

Waste() public method

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. ///
return System