C# 클래스 Lensert.NotificationProvider

파일 보기 프로젝트 열기: zwolsman/lensert-win

공개 메소드들

메소드 설명
Show ( Notification notification ) : void
Show ( string title, string text, System.Action clicked = null, int priority ) : void
ShowIcon ( ) : void

비공개 메소드들

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

메소드 상세

Show() 공개 정적인 메소드

public static Show ( Notification notification ) : void
notification Notification
리턴 void

Show() 공개 정적인 메소드

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

ShowIcon() 공개 정적인 메소드

public static ShowIcon ( ) : void
리턴 void