Files
bsncubed 1c4b41d474 Changed the workflow to remove the copy to clipboard button and hid the URL text box.
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
2025-09-18 21:47:07 +10:00

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