C# Class Huoyaoyuan.AdmiralRoom.Notifier.BallonNotifierFactory

Inheritance: NotifierFactory, IDisposable
Afficher le fichier Open project: huoyaoyuan/AdmiralRoom

Méthodes publiques

Méthode Description
BallonNotifierFactory ( ) : System
Dispose ( ) : void
Show ( string title, string detail, string sound = null ) : void

Method Details

BallonNotifierFactory() public méthode

public BallonNotifierFactory ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Show() public méthode

public Show ( string title, string detail, string sound = null ) : void
title string
detail string
sound string
Résultat void