I am trying to add a new global function
I am doing it like that:
Function MessageYNC() As String
{ return "dd"; }
End Function
Public Class SatelliteAPI
End Class
But i am getting error -> Statement is not valid in a namespace. on the first line
Any idea what is wrong ?