mirror of
https://github.com/bellingcat/reddit-post-scraping-tool.git
synced 2026-06-08 03:28:30 +03:00
10 lines
349 B
VB.net
10 lines
349 B
VB.net
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
|