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

The Proxy_Exercise class used in the Proxy Pattern. More...

Go to the source code of this file.

Classes

class  Proxy_Exercise
 Example of using the Proxy Pattern in C#. More...
 

Namespaces

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

Detailed Description

The Proxy_Exercise class used in the Proxy Pattern.

Definition in file Proxy_Exercise.cs.