Пример #1
0
 public void setSentence(Sentence sent)
 {
     this.sentence = sent;
 }
Пример #2
0
 public void sendSentence(string insentence)
 {
     sentence = new Sentence(insentence);
     setSentence(sentence);
     // sentence.getReturn();
 }
Пример #3
0
 public void sendSentence(string insentence)
 {
     sentence = new Sentence(insentence);
     setSentence(sentence);
     // sentence.getReturn();
 }
Пример #4
0
 public void setSentence(Sentence sent)
 {
     this.sentence = sent;
 }