Add motivational example to TV example

This commit is contained in:
Petrutiu Mihai
2016-06-30 11:42:20 +03:00
parent 243a824e19
commit 9ad9211adc
7 changed files with 65 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ using System.Threading.Tasks;
namespace StatePattern.TVExample
{
/// <summary>
/// Concrete state
/// </summary>
public class TVOnState : ITVState
{
TVContext context;