11 lines
234 B
VB.net
11 lines
234 B
VB.net
Public Class SearchPanelSlabV
|
|
Sub New
|
|
|
|
' This call is required by the designer.
|
|
InitializeComponent()
|
|
|
|
' Add any initialization after the InitializeComponent() call.
|
|
|
|
End Sub
|
|
End Class
|