Prepare for Version 2.0.0.0
This commit is contained in:
13
app/DD_Clipboard_Searcher/frmDocViewAbout.vb
Normal file
13
app/DD_Clipboard_Searcher/frmDocViewAbout.vb
Normal file
@@ -0,0 +1,13 @@
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Public Class frmDocViewAbout
|
||||
|
||||
Private Sub btnClose_Click(sender As Object, e As EventArgs) Handles btnClose.Click
|
||||
Me.Close()
|
||||
End Sub
|
||||
|
||||
Private Sub lblGdPictureWebsite_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lblGdPictureWebsite.LinkClicked
|
||||
Process.Start("http://www.gdpicture.com/")
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user