Chat etc.

This commit is contained in:
ms
2020-05-12 14:55:03 +02:00
parent 46a9991b2a
commit be5014153d
54 changed files with 1993 additions and 263 deletions

View File

@@ -35,6 +35,7 @@ Public Class Update
For Each p In System.Diagnostics.Process.GetProcessesByName("Dokumentation.exe")
p.Kill()
Next
Threading.Thread.Sleep(1500)
Try
My.Computer.FileSystem.DeleteFile(sAppPath & "\" & "Dokumentation.exe")
Catch ex As Exception