Files
LicenceManager/KeyPage/KeyPageV.xaml.vb
T
Renzo Lanza 4e40b7e61c LicenseManager 2.1b2:
- 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
2019-02-22 16:31:54 +00:00

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