Exemplo 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);
        }
Exemplo n.º 2
0
 private void TxtCity_Leave(System.Object sender, EventArgs e)
 {
     TFindscreensHelper.CriteriaTextBoxLeaveHandler(FFindCriteriaDataTable, txtCity, critCity);
 }