示例#1
0
 public void setTextInput(TextInput textInput)
 {
     this.textInput = textInput;
 }
示例#2
0
 public void getTextInputFromMemento(Memento memento)
 {
     textInput = memento.textInput;
 }
示例#3
0
 public Memento(TextInput textInput)
 {
     this.textInput = textInput;
 }