C# Class Grabacr07.KanColleViewer.Plugins.Windows7Notifier

Inheritance: INotifier
Afficher le fichier Open project: KCV-Localisation/KanColleViewer

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetSettingsView() public méthode

public GetSettingsView ( ) : object
Résultat object

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Show() public méthode

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
Résultat void