Add RX variance to Stocks example on Observer pattern
This commit is contained in:
@@ -15,6 +15,8 @@ namespace BehavioralPatterns
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
ObserverPatternExamples.Run();
|
||||
Console.ReadKey();
|
||||
//Chain of responsibillity
|
||||
//This is usefull when you have a request and you don't know who should process it
|
||||
ChainOfResponsibillityExamples.Run();
|
||||
@@ -40,8 +42,6 @@ namespace BehavioralPatterns
|
||||
|
||||
Console.ReadKey();
|
||||
|
||||
ObserverPatternExamples.Run();
|
||||
Console.ReadKey();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user