Add motivational example to TV example
This commit is contained in:
@@ -10,7 +10,17 @@ namespace StatePattern
|
||||
{
|
||||
public static void Run()
|
||||
{
|
||||
TVMotivationalExample.Run();
|
||||
|
||||
GoToNextStep();
|
||||
|
||||
TVExampleRunner.Run();
|
||||
}
|
||||
|
||||
private static void GoToNextStep()
|
||||
{
|
||||
Console.ReadKey();
|
||||
Console.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user