Added SwitchStateCommand ability, Future (replace dual lists to single Dictionary)

This commit is contained in:
darxval_cp 2012-06-04 20:32:31 -07:00
parent a0c406d482
commit ca97b9c439
7 changed files with 69 additions and 3 deletions

View file

@ -8,6 +8,7 @@ namespace WinPC.Engine.Commands
public class InvalidCommand : ICommand
{
private Socket Connection { get; set; }
public InvalidCommand(Socket connnection)
{
Connection = connnection;