Hi, i've got the following code and it won't compile
--
Public Class application

    public shared Sub Main()
        System.Console.WriteLine(System.DateTime.Today)
        MyOwnTestSub()
    End Sub
    
    public shared sub MyOwnTestSub()
        system.console.writeline("test sub")
    End Sub
    
End Class
--
I'm getting error
Method MyOwntestSub does not have a method body (BC0000...)
Whats wrong with it?


_______________________________________________
Mono-vb mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-vb

Reply via email to