Add User story example on state pattern

This commit is contained in:
Petrutiu Mihai
2016-06-30 17:52:11 +03:00
parent f9631ea99a
commit 0a6d290c3e
5 changed files with 516 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
using StatePattern.FanExample;
using StatePattern.ScrumExample;
using StatePattern.TVExample;
using System;
using System.Collections.Generic;
@@ -24,6 +25,13 @@ namespace StatePattern
GoToNextStep();
FanWithStatePatternExample.Run();
GoToNextStep();
ScrumMotivationalExample.Run();
GoToNextStep();
ScrumStatePatternExample.Run();
}
private static void GoToNextStep()