C# Class MahTweets.Views.Controls.Messages

Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
HandleShowNotification ( ShowNotificationPayload showNotificationPayload ) : void
Messages ( ) : System
RemoveNotification ( UIElement notification ) : void

Private Methods

Method Description
CloseClick ( object sender, RoutedEventArgs e ) : void
HandleHideNotification ( HideNotificationPayload payload ) : void
ShowNotification ( UIElement element, NotificactionLevel notificactionLevel ) : void

Method Details

HandleShowNotification() public method

public HandleShowNotification ( ShowNotificationPayload showNotificationPayload ) : void
showNotificationPayload ShowNotificationPayload
return void

Messages() public method

public Messages ( ) : System
return System

RemoveNotification() public method

public RemoveNotification ( UIElement notification ) : void
notification UIElement
return void