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

The Memento_Exercise class used in the Memento Pattern. More...

Go to the source code of this file.

Classes

class  Memento_Exercise
 Example of using the Memento Pattern in C#. More...
 

Namespaces

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

Detailed Description

The Memento_Exercise class used in the Memento Pattern.

Definition in file Memento_Exercise.cs.