CodeVB.vb 121 B

123456
  1. Imports System.Windows.Forms
  2. Class Foo
  3. Public Sub Test()
  4. MessageBox.Show( "Hello world from VB!" )
  5. End Sub
  6. End Class