Esempio n. 1
0
 public RequestContext(RequestCommand requestCommand, string[] args)
 {
     RequestCommand = requestCommand;
     CommandArgs    = args;
     Settings       = new RequestSettings();
     TunerState     = new TunerState();
 }
Esempio n. 2
0
 public RequestContext(string request)
 {
     Request    = request;
     Settings   = new RequestSettings();
     TunerState = new TunerState();
 }