C# Class Lensert.NotificationProvider

Afficher le fichier Open project: zwolsman/lensert-win

Méthodes publiques

Méthode Description
Show ( Notification notification ) : void
Show ( string title, string text, System.Action clicked = null, int priority ) : void
ShowIcon ( ) : void

Private Methods

Méthode Description
CloseMenuItem_Click ( object sender, EventArgs e ) : void
NotificationProvider ( ) : System
OnBalloonClicked ( object sender, EventArgs eventArgs ) : void
OnBalloonClosed ( object sender, EventArgs eventArgs ) : void
ShowNotification ( Notification notification ) : void

Method Details

Show() public static méthode

public static Show ( Notification notification ) : void
notification Notification
Résultat void

Show() public static méthode

public static Show ( string title, string text, System.Action clicked = null, int priority ) : void
title string
text string
clicked System.Action
priority int
Résultat void

ShowIcon() public static méthode

public static ShowIcon ( ) : void
Résultat void