4e40b7e61c
- Aggiunto KeyID in KeyTable nel DB - ClientID può essere NULL in KeyTable nel DB - NewKeyPage: impostato Generated Number/LockID in base a IsDongle - Aggiunto Stato Key 'InDepositoEgt' - Sistemate comboBox e textBox delle KeyPages e di UpdateLicencePage - Avviso Number già esistente nella creazione Key
11 lines
366 B
VB.net
11 lines
366 B
VB.net
Public Class KeyPageV
|
|
Private Sub StateComboBox_Loaded(sender As Object, e As RoutedEventArgs) Handles StateComboBox.Loaded
|
|
StateComboBox.SelectedIndex = -1
|
|
End Sub
|
|
|
|
Private Sub IsDongleComboBox_Loaded(sender As Object, e As RoutedEventArgs) Handles IsDongleComboBox.Loaded
|
|
IsDongleComboBox.SelectedIndex = -1
|
|
End Sub
|
|
|
|
End Class
|