Skip to content

Commit

Permalink
Added placeholder interface for additional filtering & graph visualiz…
Browse files Browse the repository at this point in the history
…ation tools
  • Loading branch information
Sieboldianus committed Mar 8, 2017
1 parent 89c3475 commit acb576c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
26 changes: 26 additions & 0 deletions MainForm.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 MainForm.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Public Class MainForm
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click, Button4.Click, Button3.Click
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click, Button4.Click, Button3.Click, Button5.Click, Button2.Click
'MsgBox("Version: " & Environment.Version.ToString())
ClipDataForm.Text = "ClipGeo v." & Application.ProductVersion
ClipDataForm.Show()
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ GNU GPLv3
2017-02-08:

* Initial commit: cleaned up project, removed unnecessary references to functions not used anymore.

* This project is a branch of a larger project. I removed all links to the larger project to continue developing this branch separately.

* Todo:
* translate comments to english
* clean up the mess
Expand Down

0 comments on commit acb576c

Please sign in to comment.