C# 클래스 Grabacr07.KanColleViewer.Plugins.Windows8Notifier

상속: INotifier
파일 보기 프로젝트 열기: KCV-Localisation/KanColleViewer

공개 메소드들

메소드 설명
Dispose ( ) : void
GetSettingsView ( ) : object
Initialize ( ) : void
Show ( NotifyType type, string header, string body, System.Action activated, Action failed = null ) : void

비공개 메소드들

메소드 설명
InstallShortcut ( string shortcutPath ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetSettingsView() 공개 메소드

public GetSettingsView ( ) : object
리턴 object

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Show() 공개 메소드

public Show ( NotifyType type, string header, string body, System.Action activated, Action failed = null ) : void
type NotifyType
header string
body string
activated System.Action
failed Action
리턴 void