C# Class UWPWithWin32.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Page
Afficher le fichier Open project: poumason/DotblogsSampleCode

Méthodes publiques

Méthode Description
MainPage ( ) : System
SetResponse ( string message ) : void

Private Methods

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

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

SetResponse() public méthode

public SetResponse ( string message ) : void
message string
Résultat void