2ff390d577
- Primo commit.
6 lines
207 B
VB.net
6 lines
207 B
VB.net
Public Class ClientPageV
|
|
Private Sub ResellerComboBox_Loaded(sender As Object, e As RoutedEventArgs) Handles ResellerComboBox.Loaded
|
|
ResellerComboBox.SelectedIndex = -1
|
|
End Sub
|
|
End Class
|