Add motivational example to TV example
This commit is contained in:
@@ -6,6 +6,9 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StatePattern.TVExample
|
||||
{
|
||||
/// <summary>
|
||||
/// Concrete state
|
||||
/// </summary>
|
||||
public class TVOnState : ITVState
|
||||
{
|
||||
TVContext context;
|
||||
|
||||
Reference in New Issue
Block a user