Copied indicator has been added. Added Update button to the About form. Fix the spinny boy on the About page Removed the sound the played
10 lines
363 B
VB.net
10 lines
363 B
VB.net
Public Class Form3
|
|
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnUpdates.Click
|
|
Dim webAddress As String = "https://gitea.apointless.space/bsncubed/ShippingTracker/releases"
|
|
Process.Start(webAddress)
|
|
End Sub
|
|
|
|
Private Sub Form3_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
|
|
|
End Sub
|
|
End Class |