C# 클래스 ZSCY_Win10.Controls.RemindPage.ErrorNotification

상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: RedrockMobile/CyxbsMobile_Win

공개 메소드들

메소드 설명
ErrorNotification ( ) : System
ErrorNotification ( string content ) : System
ErrorNotification ( string content, TimeSpan showTime ) : System
Show ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ErrorNotification() 공개 메소드

public ErrorNotification ( ) : System
리턴 System

ErrorNotification() 공개 메소드

public ErrorNotification ( string content ) : System
content string
리턴 System

ErrorNotification() 공개 메소드

public ErrorNotification ( string content, TimeSpan showTime ) : System
content string
showTime TimeSpan
리턴 System

Show() 공개 메소드

public Show ( ) : void
리턴 void