C# Class KompShopMVVM.KompShop.Views.KomponentaDetailView

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: ooad-2015-2016/Obavijesti

Méthodes publiques

Méthode Description
KomponentaDetailView ( ) : KompShopMVVM.KompShop.ViewModels

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
ThisPage_BackRequested ( object sender, BackRequestedEventArgs e ) : void

Method Details

KomponentaDetailView() public méthode

public KomponentaDetailView ( ) : KompShopMVVM.KompShop.ViewModels
Résultat KompShopMVVM.KompShop.ViewModels

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void