C# Класс Grabacr07.KanColleViewer.Plugins.Windows8Notifier

Наследование: INotifier
Показать файл Открыть проект

Открытые методы

Метод Описание
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