private void textBox1_KeyDown(object sender, KeyEventArgs e) { String direction; if (e.KeyCode == Keys.Down) direction = “down”;
確定! 回上一頁