Add files via upload

This commit is contained in:
Richard Mwewa
2023-08-31 20:58:06 +02:00
committed by GitHub
parent 4eaaaf5764
commit ec5e84e3bb
28 changed files with 11803 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Public NotInheritable Class SplashScreen
Private Sub SplashScreen_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
' Version info
Version.Text = $"Version {My.Application.Info.Version}"
'Copyright info
Copyright.Text = My.Application.Info.Copyright
End Sub
End Class