Skip to content

Commit

Permalink
Remove nets
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 29, 2014
1 parent c3761fe commit 4834a64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 147 deletions.
10 changes: 5 additions & 5 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Public Sub Form_Open()
Logs("Check for Input Drives", Logger.Info)
Object.Call(Input_Devices, "_inits")
Logs("Check available network devices", Logger.Info)
Object.Call(nets, "inits")
Object.Call(Network, "inits")
Logs("Check available graphic DSub, DVI etc", Logger.Info)
Object.Call(FGraphic, "_inits")
Logs("Call to Graphic", Logger.Info)
Expand Down Expand Up @@ -727,10 +727,10 @@ Public Sub Button6_Click()
End

Public Sub ComboBox2_Click()
nets.get_informations_about_net_interface()
TextBox56.Text = nets.subsystem_device
TextBox57.Text = nets.subsystem_vendor
TextArea4.Text = nets.lspci
Network.get_informations_about_net_interface()
TextBox56.Text = Network.subsystem_device
TextBox57.Text = Network.subsystem_vendor
TextArea4.Text = Network.lspci
End

Public Sub Button8_Click()
Expand Down
142 changes: 0 additions & 142 deletions src/i-nex/.src/nets.module

This file was deleted.

0 comments on commit 4834a64

Please sign in to comment.