コード例 #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;
 }