Example #1
0
 private void txtNewStudentFirstName_KeyPress(object sender, KeyPressEventArgs e)
 {
     MMControl.NameOnly(sender, e);
 }