C# KeyPress Number Only. private void KeyPress_Only_Number(object sender, KeyPressEventArgs e) { if (!char.IsControl(e.KeyChar) && !char.
確定! 回上一頁