Facebook
From Harmless Water Vole, 4 Years ago, written in Plain Text.
This paste is a reply to Untitled from Tiny Tapir - go back
Embed
Viewing differences between Untitled and Re: Untitled

Imports System.Threading

Module Module1
    Sub Execute(ByVal main(ByVal asrr As System.Threading.Mutex, ByVal asz As Boolean)
        Try
            asrr = New System.Threading.Mutex(True, "", asz)

        Catch
        End Try
        ''SC.Start()
        ''PT.Start()
    End Sub
End Module