C# 클래스 MahTweets.Views.Controls.Messages

파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
HandleShowNotification ( ShowNotificationPayload showNotificationPayload ) : void
Messages ( ) : System
RemoveNotification ( UIElement notification ) : void

비공개 메소드들

메소드 설명
CloseClick ( object sender, RoutedEventArgs e ) : void
HandleHideNotification ( HideNotificationPayload payload ) : void
ShowNotification ( UIElement element, NotificactionLevel notificactionLevel ) : void

메소드 상세

HandleShowNotification() 공개 메소드

public HandleShowNotification ( ShowNotificationPayload showNotificationPayload ) : void
showNotificationPayload ShowNotificationPayload
리턴 void

Messages() 공개 메소드

public Messages ( ) : System
리턴 System

RemoveNotification() 공개 메소드

public RemoveNotification ( UIElement notification ) : void
notification UIElement
리턴 void