Add FanExample

This commit is contained in:
Petrutiu Mihai
2016-06-30 12:15:58 +03:00
parent 9ad9211adc
commit f9631ea99a
3 changed files with 250 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
using StatePattern.TVExample;
using StatePattern.FanExample;
using StatePattern.TVExample;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -15,6 +16,14 @@ namespace StatePattern
GoToNextStep();
TVExampleRunner.Run();
GoToNextStep();
FanMotivationalExample.Run();
GoToNextStep();
FanWithStatePatternExample.Run();
}
private static void GoToNextStep()