Exemplo n.º 1
0
 private void textBox15_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (evokWork.KeyPress_Page(sender, e, tc1.SelectedIndex))
     {
         ((TextBox)sender).Parent.Focus();
     }
 }