Update deps, deprecate Language
This commit is contained in:
@@ -11,7 +11,7 @@ Public Class ControlHelper
|
||||
End Sub
|
||||
|
||||
Public Function HasValue(pControl As Control) As Boolean
|
||||
Return Utils.NotNull(GetValue(pControl), Nothing) IsNot Nothing
|
||||
Return ObjectEx.NotNull(GetValue(pControl), Nothing) IsNot Nothing
|
||||
End Function
|
||||
|
||||
Public Function GetValue(pControl As Control) As Object
|
||||
|
||||
Reference in New Issue
Block a user