The User and the UserList classes used in the Mediator pattern. More...
Go to the source code of this file.
Classes | |
class | User |
Represents a user with a name. More... | |
class | UserList |
Represents a list of users. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The User and the UserList classes used in the Mediator pattern.
Definition in file Mediator_User_Classes.cs.