Skip to content

Commit

Permalink
+ Debug "Good bye!" - Object.Call(FCpudb, "_init")
Browse files Browse the repository at this point in the history
+  Object.Call(FCpudb, "_inits")
  • Loading branch information
eloaders committed Nov 14, 2013
1 parent d46e2e4 commit da09cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Public Sub Wykrywanie_procesorow()
Label15.Text = "Power mangament: " & Replace(power_management, "\n", "")
Global.ikonaprocka()
Debug "Get info from database"
Object.Call(FCpudb, "_init")
Object.Call(FCpudb, "_inits")
End

Public Sub Button2_Click()
Expand All @@ -360,7 +360,7 @@ End
Public Sub Button1_Click()

Me.Close
Debug "God bye!"
Debug "Good bye!"
End

Public Sub dospam_uptime()
Expand Down

0 comments on commit da09cd9

Please sign in to comment.