Skip to content

Commit

Permalink
Fixed Clear DATAT and USAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 4, 2014
1 parent d1abaeb commit 8db634e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ Public Sub Form_Open()
Label25.Text = Application.version
Logs(Label25.Text, Logger.Info)
TabStrip1_Click()
DATAT.Clear
End

Public Sub ComboBox1_Click()
Expand Down Expand Up @@ -726,7 +725,6 @@ Public Sub dospam_uptime()

Try ProgressBar1.Value = Int(USAGE["USED_PLUS_CACHED"]) / Int(USAGE["MEMORY_TOTAL"])
Try ProgressBar4.Value = Int(USAGE["SWAP_USED"]) / Int(USAGE["SWAP_TOTAL"])
USAGE.Clear
End

Public Sub battery_info()
Expand Down Expand Up @@ -1114,6 +1112,8 @@ Public Sub Form_Close()
Settings["Window/Y"] = Me.Y
Settings["Tab/Pos"] = TabStrip1.Orientation
Logs("Good bye!", Logger.Info)
USAGE.Clear
DATAT.Clear
MCPUSAGE.CPUusage.Kill
Me.Close

Expand Down

0 comments on commit 8db634e

Please sign in to comment.