Skip to content

Commit

Permalink
Remove empty lines and move Form_Close() to End of file
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 2, 2013
1 parent a2dbcd5 commit bb026db
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/i-nex/.src/FUdisks.class
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ Public Sub Button2_Click()
Finfosys.Show
End

Public Sub Form_Close()

Me.Close
Finfosys.Show

End

Public Sub Udisks()

Dim sdx As String
Expand Down Expand Up @@ -91,15 +84,17 @@ Public Sub Udisks_get_info()
GridView1[10, 0].Text = "Removable: "
GridView1[11, 0].Text = "Has media: "






End

Public Sub ComboBox1_Click()

Udisks_get_info

End

Public Sub Form_Close()

Me.Close
Finfosys.Show

End

0 comments on commit bb026db

Please sign in to comment.