Esempio n. 1
0
        private void TxtPostCode_Leave(System.Object sender, EventArgs e)
        {
            /* capitalise when leaving control */
            txtPostCode.Text = txtPostCode.Text.ToUpper();

            TFindscreensHelper.CriteriaTextBoxLeaveHandler(FFindCriteriaDataTable, txtPostCode, critPostCode);
        }
Esempio n. 2
0
 private void TxtCity_Leave(System.Object sender, EventArgs e)
 {
     TFindscreensHelper.CriteriaTextBoxLeaveHandler(FFindCriteriaDataTable, txtCity, critCity);
 }