Skip to content

Commit

Permalink
Removed some old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Easton committed Jul 20, 2016
1 parent 62127ac commit 1885e99
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ETools/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ Public Class Form1
myProcess.StartInfo.Arguments = CmdStr
myProcess.Start()
myProcess.WaitForExit()
'Threading.Thread.Sleep(10000)
Dim EntireFile As String
'Dim oFile As System.IO.File
Dim oRead As StreamReader
Try
oRead = File.OpenText(GetFolderPath(SpecialFolder.ApplicationData) + "\cfg.inf")
Expand Down Expand Up @@ -184,8 +182,6 @@ Public Class Form1
Catch ex As Exception
MsgBox(ex.ToString)
End Try
Threading.Thread.Sleep(2000)
'Application.Restart()
End Sub

Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
Expand Down
Binary file modified ETools/bin/Release/ETools.exe
Binary file not shown.
Binary file modified ETools/bin/Release/ETools.pdb
Binary file not shown.
Binary file modified ETools/obj/Release/ETools.exe
Binary file not shown.
Binary file modified ETools/obj/Release/ETools.pdb
Binary file not shown.

0 comments on commit 1885e99

Please sign in to comment.