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

The State_Exercise class used in the State Pattern. More...

Go to the source code of this file.

Classes

class  State_Exercise
 Example of using the State Pattern in C#. More...
 

Namespaces

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

Detailed Description

The State_Exercise class used in the State Pattern.

Definition in file State_Exercise.cs.