Пример #1
0
 public InputResponsePackHandling(InputResponsePackHandlingInput input,
                                  String?text)
 {
     this.Input = input;
     this.Text  = text;
 }
 public String ConvertFrom(InputResponsePackHandlingInput value)
 {
     return(value.ToString());
 }
Пример #3
0
 public InputResponsePackHandling(InputResponsePackHandlingInput input)
     :
     this(input, null)
 {
 }