示例#1
0
 private void textBoxGame_TextChanged(object sender, EventArgs e)
 {
     formCommands.SetGame(textBoxGame.Text);
 }