C# Class Grabacr07.KanColleViewer.Plugins.Windows8Notifier

Inheritance: INotifier
Show file Open project: KCV-Localisation/KanColleViewer

Public Methods

Method Description
Dispose ( ) : void
GetSettingsView ( ) : object
Initialize ( ) : void
Show ( NotifyType type, string header, string body, System.Action activated, Action failed = null ) : void

Private Methods

Method Description
InstallShortcut ( string shortcutPath ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetSettingsView() public method

public GetSettingsView ( ) : object
return object

Initialize() public method

public Initialize ( ) : void
return void

Show() public method

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
return void