示例#1
0
 public AnswerOfPoser(IContentAnswer<string> content)
 {
     this.content = content;
 }
示例#2
0
 public AnswerOfIntelligent(IContentAnswer <string> content)
 {
     this.content = content;
 }