Méthode | Description | |
---|---|---|
HideLoadingBar ( ) : void | ||
MainPage ( ) : System | ||
NotifyUser ( string strMessage, NotifyType type ) : void |
Used to display messages to the user
|
|
ShowLoadingBar ( ) : void |
Méthode | Description | |
---|---|---|
OnNavigatedTo ( NavigationEventArgs e ) : void |
Invoked when this page is about to be displayed in a Frame.
|
Méthode | Description | |
---|---|---|
Connect ( int connectionId, object target ) : void | ||
CreateOrUpdateChannel ( ) : void | ||
InitializeComponent ( ) : void | ||
SendTileWithImage_Click ( object sender, RoutedEventArgs e ) : void | ||
SendTile_Click ( object sender, RoutedEventArgs e ) : void | ||
SendToastWithParams_Click ( object sender, RoutedEventArgs e ) : void | ||
SendToast_Click ( object sender, RoutedEventArgs e ) : void |
public NotifyUser ( string strMessage, NotifyType type ) : void | ||
strMessage | string | |
type | NotifyType | |
Résultat | void |
protected OnNavigatedTo ( NavigationEventArgs e ) : void | ||
e | NavigationEventArgs | Event data that describes how this page was reached. /// This parameter is typically used to configure the page. |
Résultat | void |