コード例 #1
0
ファイル: MainForm.cs プロジェクト: YoshinoriN/Yami-Nabe
 private void ChangeTextBox(State.TextBoxState state)
 {
     state.ChangeTextBox(this.textBox);
 }