コード例 #1
0
 public UnsupportedCommand(string value)
 {
     Description   = "Unsupported command";
     _name         = "Unsupported";
     _type         = ECommandTypes.Unsupported;
     Value         = value;
     CommandLogger = new UnsupportedCommandLogger();
 }
コード例 #2
0
 public UnsupportedCommand(string value)
 {
     Description = "Unsupported command";
     _name = "Unsupported";
     _type = ECommandTypes.Unsupported;
     Value = value;
     CommandLogger = new UnsupportedCommandLogger();
 }