Files
LicenceManager/KeyPage/KeyPageV.xaml.vb
T
Renzo Lanza 2ff390d577 LicenceManager 2.1b1 :
- Primo commit.
2019-02-20 09:46:20 +00:00

11 lines
365 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 = 3
End Sub
End Class