Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 429 Bytes

Observer pattern example - Thermometer station

Simple example of using Observer design patter in C#.

In the example we have thermometer antena and some gadgets which are waiting for temperature response from the antena.

Imgur

Class diagram of the Observer pattern used in this example.

Imgur

Screenshot

Imgur