Ejemplo n.º 1
0
 private void SpecialityTextBox_Leave(object sender, EventArgs e)
 {
     TextBoxFunctions.UpdateInputString(sender);
 }
Ejemplo n.º 2
0
 private void PatronymicNameTextBox_Leave(object sender, EventArgs e)
 {
     TextBoxFunctions.UpdateInputString(sender);
 }