KeyPress += new KeyPressEventHandler(TextBox1_KeyPress); } 建立鍵盤keyPress事件 void Form1_KeyPress(object sender, KeyPressEventArgs e)
確定! 回上一頁