Skip to content

Commit

Permalink
added version label
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkman100 committed Sep 16, 2018
1 parent 8090122 commit c4e50fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions KeyInsert.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions KeyInsert.vb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Imports System.Xml
Public Partial Class KeyInsert
Public Sub New()
Me.InitializeComponent()
lblVersion.Text = My.Application.Info.Version.Major & "." & My.Application.Info.Version.Minor & "." & My.Application.Info.Version.Build
Dim concatPath As String = ""
For Each s As String In My.Application.CommandLineArgs
If IO.File.Exists(s) Then
Expand Down

0 comments on commit c4e50fb

Please sign in to comment.