MS V2.7.70

This commit is contained in:
Developer01
2024-09-10 17:41:58 +02:00
parent 6f9ede51cb
commit ad46bae4f4
9 changed files with 1827 additions and 3079 deletions

View File

@@ -27,7 +27,7 @@ Public NotInheritable Class frmSplash
Dim RunCount = 0
For Each p As Process In Process.GetProcesses
If p.ProcessName.Contains("lobal_Indexe") Then
If p.ProcessName.Contains("asyFLOW") Then
RunCount += 1
End If
Next