LicenceManager 2.1e6:

- Correzione sull'estensione del TextBox Note in UpdateLicence/Key. Cliccandoci sopra ora si adatta alla lunghezza della stringa contenuta
This commit is contained in:
Renzo Lanza
2019-05-21 10:31:23 +00:00
parent 26df70338a
commit a93295c771
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -19,4 +19,9 @@
End If
End Sub
Private Sub textBoxNote_GotFocus(sender As Object, e As RoutedEventArgs) Handles textBoxNote.GotFocus
Dim ev As TextChangedEventArgs = Nothing
textBoxNote_TextChanged(sender, ev)
End Sub
End Class