Facebook
From Harmless Water Vole, 3 Years ago, written in Plain Text.
This paste is a reply to Untitled from Tiny Tapir - view diff
Embed
Download Paste or View Raw
Hits: 183
  1.  
  2. Imports System.Threading
  3.  
  4. Module Module1
  5.     Sub main(ByVal asrr As System.Threading.Mutex, ByVal asz As Boolean)
  6.         Try
  7.             asrr = New System.Threading.Mutex(True, "", asz)
  8.  
  9.         Catch
  10.         End Try
  11.         ''SC.Start()
  12.         ''PT.Start()
  13.     End Sub
  14. End Module
  15.