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

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

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

Метод Описание
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