10 lines
212 B
VB.net
10 lines
212 B
VB.net
Public Class MachiningParameterExpanderV
|
|
''' <summary>
|
|
''' Funzione che mette il focus allo slider
|
|
''' </summary>
|
|
Friend Sub FocusOnSlider()
|
|
Me.SliderV.Focus()
|
|
End Sub
|
|
|
|
End Class
|