This commit is contained in:
JenneJ
2015-12-09 12:26:22 +01:00
parent a3f4ae3e41
commit bda8469bc0
2 changed files with 7 additions and 1 deletions

View File

@@ -353,4 +353,9 @@
frm.Show()
End Sub
Public Function ShortGUID() As String
Return Guid.NewGuid().ToString().GetHashCode().ToString("x")
End Function
End Module