mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 09:01:58 -05:00
Desktop can open folders
This commit is contained in:
parent
a3db778746
commit
62d12de12c
3 changed files with 4 additions and 2 deletions
|
@ -545,6 +545,8 @@ Public Class File_Skimmer
|
|||
End Function
|
||||
|
||||
Private Sub showcontents()
|
||||
Me.Show()
|
||||
|
||||
lvfiles.Items.Clear()
|
||||
|
||||
lvfiles.Items.Add("Exit Folder", 5)
|
||||
|
|
2
ShiftOS/My Project/Resources.Designer.vb
generated
2
ShiftOS/My Project/Resources.Designer.vb
generated
|
@ -1,7 +1,7 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.34014
|
||||
' Runtime Version:4.0.30319.0
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
|
|
Loading…
Reference in a new issue