Ejemplo n.º 1
0
 public void setTextInput(TextInput textInput)
 {
     this.textInput = textInput;
 }
Ejemplo n.º 2
0
 public void getTextInputFromMemento(Memento memento)
 {
     textInput = memento.textInput;
 }
Ejemplo n.º 3
0
 public Memento(TextInput textInput)
 {
     this.textInput = textInput;
 }