示例#1
0
 public RealValueResponse(Response response, ResponseGroup parent, RealValueQuestion realValueQuestion, double responseValue)
 {
     this.Response      = response;
     this.Parent        = parent;
     this.Question      = realValueQuestion;
     this.ResponseValue = responseValue;
 }
示例#2
0
 public RealValueQuestion(IQuestionParent parent, RealValueQuestion original)
     : base(parent, original)
 {
 }