Esempio n. 1
0
 private void txtContentSearch_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (m_flag)
     {
         CheckInformationEntered.checkCharacterInput(e, !m_flag);
     }
 }
Esempio n. 2
0
 private void txtStaffPhone_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, 1);
 }
Esempio n. 3
0
 private void txtAuthorNameLA_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, false);
 }
Esempio n. 4
0
 private void txtunitName_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, 2);
 }
Esempio n. 5
0
 private void txtEmployeeNameLA_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, true);
 }
Esempio n. 6
0
 private void txtCustomerNameLA_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, 0);
 }
 private void txtPaymentWord_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, true);
 }
Esempio n. 8
0
 private void onlyNumberic_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, 1);
 }
Esempio n. 9
0
 private void txtBookRealeaseYear_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, false);
 }
Esempio n. 10
0
 private void txtBookTitlesName_KeyPress(object sender, KeyPressEventArgs e)
 {
     CheckInformationEntered.checkCharacterInput(e, true);
 }