Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Imports System.Windows
  2. Imports System
  3. Imports System.Windows.Forms
  4. Imports System.Windows.Forms.Form
  5. Imports Microsoft.VisualBasic
  6. Imports System.Reflection
  7. Imports System.Net
  8. Imports System.Net.Sockets
  9. Imports System.Threading
  10. Imports System.IO
  11. Imports System.Runtime.InteropServices
  12. Imports System.Text.RegularExpressions
  13. Imports System.Text
  14. Imports Microsoft.Win32
  15. Imports System.Net.NetworkInformation
  16. Imports System.Drawing
  17. <Assembly: AssemblyTitle("ASSEMBLYTITLE")>
  18. <Assembly: AssemblyDescription("ASSEMBLYDESCRIPTION")>
  19. <Assembly: AssemblyCompany("ASSEMBLYCOMPANY")>
  20. <Assembly: AssemblyProduct("ASSEMBLYPRODUCT")>
  21. <Assembly: AssemblyCopyright("ASSEMBLYCOPYRIGHT")>
  22. <Assembly: AssemblyTrademark("ASSEMBLYTRADEMARK")>
  23. <Assembly: AssemblyVersion("3.5.2.4")>
  24. <Assembly: AssemblyFileVersion("0.0.0.0")>
  25. Module Module1
  26.  
  27. Dim GROZA As String = "#Host#"
  28.  
  29. Sub Main()
  30. MsgBox(GROZA)
  31. End Sub
  32. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement