Ejemplo n.º 1
0
 private void RegLoginBox_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     AL.EN_InputLoginWordsProtector(RegLoginBox, e);
 }
Ejemplo n.º 2
0
 private void Username_BOX_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     AL.EN_InputLoginWordsProtector(Username_BOX, e);
 }