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

The Mediator_Exercise class used in the Mediator Pattern. More...

Go to the source code of this file.

Classes

class  Mediator_Exercise
 Example of using the Mediator Pattern in C#. More...
 

Namespaces

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

Detailed Description

The Mediator_Exercise class used in the Mediator Pattern.

Definition in file Mediator_Exercise.cs.