Exemplo n.º 1
0
 public UnsupportedCommand(string value)
 {
     Description   = "Unsupported command";
     _name         = "Unsupported";
     _type         = ECommandTypes.Unsupported;
     Value         = value;
     CommandLogger = new UnsupportedCommandLogger();
 }
Exemplo n.º 2
0
 public UnsupportedCommand(string value)
 {
     Description = "Unsupported command";
     _name = "Unsupported";
     _type = ECommandTypes.Unsupported;
     Value = value;
     CommandLogger = new UnsupportedCommandLogger();
 }