Skip to content

Commit

Permalink
First Official Release
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Jun 30, 2015
1 parent b84a351 commit 3effaf9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion KeyLogger/KeyLogger.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
13 changes: 0 additions & 13 deletions KeyLogger/Menu.Designer.vb

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

2 changes: 1 addition & 1 deletion KeyLogger/Menu.vb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
Me.Hide()
End Sub

Private Sub Button3_Click_1(sender As Object, e As EventArgs) Handles Button3.Click
Private Sub Button3_Click_1(sender As Object, e As EventArgs)
MsgBox("Your ID:" + My.Settings.USER + "Your Pass:" + My.Settings.PASSWORD)
End Sub
End Class

0 comments on commit 3effaf9

Please sign in to comment.