Add state pattern example
This commit is contained in:
16
src/StatePattern/StatePatternExamples.cs
Normal file
16
src/StatePattern/StatePatternExamples.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using StatePattern.TVExample;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StatePattern
|
||||
{
|
||||
public class StatePatternExamples
|
||||
{
|
||||
public static void Run()
|
||||
{
|
||||
TVExampleRunner.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user