Skip to content

Commit

Permalink
Fixes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 21, 2016
1 parent 7941e46 commit 75900b6
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 278 deletions.
101 changes: 0 additions & 101 deletions I-Nex/i-nex/.src/About.class

This file was deleted.

160 changes: 0 additions & 160 deletions I-Nex/i-nex/.src/About.form

This file was deleted.

9 changes: 1 addition & 8 deletions I-Nex/i-nex/.src/MAIN/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Public Sub Form_Open()
Dim MaxCount As Integer
Dim sLine As String
Dim MTRR As New String[]
Label74.Text = "I-Nex " & Application.Version
Logs("Starting log", Logger.Info)
ComboBox10.Visible = False
''Okno na środku
Expand Down Expand Up @@ -826,13 +827,6 @@ Public Sub battery_info()

End


Public Sub Button3_Click()
Logs("Show About Window", Logger.Info)
About.Show

End

Public Sub Button7_Click()
Dim packages As String
If Exist("/var/lib/dpkg/status")
Expand Down Expand Up @@ -1242,7 +1236,6 @@ Public Sub Form_CloseWindows()
FValidate.Close
ScreenShot.Close
FReport_Gen.Close
About.Close

End

Expand Down

0 comments on commit 75900b6

Please sign in to comment.