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

The MessageWindow and WindowRectangle classes used in the HandlerChain pattern. More...

Go to the source code of this file.

Classes

class  WindowRectangle
 Represents a rectangular region, with upper left and lower right coordinates. More...
 
class  MessageWindow
 Represents a rectangular region that can handle messages directed to that region. More...
 

Namespaces

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

Detailed Description