Design Pattern Examples
Overview of object-oriented design patterns
Observer_Exercise.cs File Reference

The Observer_Exercise class used in the Observer Pattern. More...

Go to the source code of this file.

Classes

class  Observer_Exercise
 Example of using the Observer Pattern in C#. More...
 

Namespaces

namespace  DesignPatternExamples_csharp
 The namespace containing all Design Pattern Examples implemented in C#.
 

Detailed Description

The Observer_Exercise class used in the Observer Pattern.

Definition in file Observer_Exercise.cs.