コード例 #1
0
ファイル: BookInfo.cs プロジェクト: ruizivy/Library_System
 private void txtCatters_KeyPress(object sender, KeyPressEventArgs e)
 {
     hm.AlphaNumericOnly(ref sender, ref e);
 }
コード例 #2
0
 private void textEdit1_KeyPress(object sender, KeyPressEventArgs e)
 {
     hm.AlphaNumericOnly(ref sender, ref e);
 }