2ff390d577
- Primo commit.
11 lines
365 B
VB.net
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
|