示例#1
0
 private void txttelefono_LostFocus(object sender, RoutedEventArgs e)
 {
     Propiedades.setTelefono(txttelefono.Text);
 }