Update description on ChainOfResponssibility and Command pattern

This commit is contained in:
Petrutiu Mihai
2016-06-23 10:07:17 +03:00
parent 2f98e10ee2
commit 494e3650f9
7 changed files with 48 additions and 13 deletions

View File

@@ -19,9 +19,11 @@ namespace BehavioralPatterns
//This is usefull when you have a request and you don't know who should process it
ChainOfResponsibillityExamples.Run();
Console.ReadKey();
Console.Clear();
CommandPatternExamples.Run();
Console.ReadKey();
Console.Clear();
IteratorPatternExamples.Run();
Console.ReadKey();