C# Class ObserverPattern.Observer.Mother

Inheritance: IObserver
Afficher le fichier Open project: Run2948/CSharpDesignPatterns

Méthodes publiques

Méthode Description
Action ( ) : void
Whisper ( ) : void

Method Details

Action() public méthode

public Action ( ) : void
Résultat void

Whisper() public méthode

public Whisper ( ) : void
Résultat void