Facebook
From Tiny Tapir, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 167
  1.  
  2. Imports System.Threading
  3.  
  4. Module Module1
  5.     Sub Execute(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.  

Replies to Untitled rss

Title Name Language When
Re: Untitled Harmless Water Vole text 3 Years ago.