C# Class Lensert.NotificationProvider

Exibir arquivo Open project: zwolsman/lensert-win

Public Methods

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

Private Methods

Method 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 method

public static Show ( Notification notification ) : void
notification Notification
return void

Show() public static method

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

ShowIcon() public static method

public static ShowIcon ( ) : void
return void