Add stock example on Observer pattern
This commit is contained in:
@@ -38,9 +38,11 @@ namespace BehavioralPatterns
|
||||
|
||||
MementoPatternExamples.Run();
|
||||
|
||||
Console.ReadKey();
|
||||
|
||||
ObserverPatternExamples.Run();
|
||||
Console.ReadKey();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user