Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Nov 17, 2024
1 parent 623d4ca commit 49bf22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DWSIM/Forms/FlowsheetComponents/FormFileExplorer.vb
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Public Class FormFileExplorer

Public Sub ListFiles()

Dim provider = Flowsheet.FileDatabaseProvider
If provider IsNot Nothing Then
Try
Dim provider = Flowsheet.FileDatabaseProvider
Dim files = provider.GetFiles()
ListView1.Items.Clear()
For Each item In files
Expand Down

0 comments on commit 49bf22e

Please sign in to comment.