Y
yysiow
hi All
in vb function can pass object, like
Function test(ByVal txt As TextBox)
txt.Text = "text"
End Function
if i want to do this function using C#.
how can i do?
thanks.
in vb function can pass object, like
Function test(ByVal txt As TextBox)
txt.Text = "text"
End Function
if i want to do this function using C#.
how can i do?
thanks.