C# Class BeFriend.Views.FirstPageView

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: prajjwaldimri/Friend-App

Public Methods

Method Description
FirstPageView ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs ex ) : void

Method Details

FirstPageView() public method

public FirstPageView ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs ex ) : void
ex Windows.UI.Xaml.Navigation.NavigationEventArgs
return void