Delete RPST GUI directory

This commit is contained in:
Richard Mwewa
2023-08-31 20:55:42 +02:00
committed by GitHub
parent d920dad7a8
commit 4eaaaf5764
31 changed files with 0 additions and 12783 deletions

View File

@@ -1,9 +0,0 @@
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