C# Class ZSCY_Win10.Controls.RemindPage.ErrorNotification

Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: RedrockMobile/CyxbsMobile_Win

Méthodes publiques

Méthode Description
ErrorNotification ( ) : System
ErrorNotification ( string content ) : System
ErrorNotification ( string content, TimeSpan showTime ) : System
Show ( ) : void

Private Methods

Méthode Description
Current_SizeChanged ( object sender, WindowSizeChangedEventArgs e ) : void
Notification_Completed ( object sender, object e ) : void
Notification_Loaded ( object sender, RoutedEventArgs e ) : void
Notification_Unloaded ( object sender, RoutedEventArgs e ) : void

Method Details

ErrorNotification() public méthode

public ErrorNotification ( ) : System
Résultat System

ErrorNotification() public méthode

public ErrorNotification ( string content ) : System
content string
Résultat System

ErrorNotification() public méthode

public ErrorNotification ( string content, TimeSpan showTime ) : System
content string
showTime TimeSpan
Résultat System

Show() public méthode

public Show ( ) : void
Résultat void