Skip to content

Commit

Permalink
Update IO.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
simontime committed Oct 4, 2018
1 parent 23c4e8e commit a3ff22c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IO.cs
Expand Up @@ -9,6 +9,7 @@ namespace SwitchExplorer
{
internal class IO
{
// Source: https://stackoverflow.com/a/19332770
public static void PopulateTreeView(TreeView treeView, string[] paths, char pathSeparator)
{
TreeNode lastNode = null;
Expand All @@ -32,4 +33,4 @@ public static void PopulateTreeView(TreeView treeView, string[] paths, char path
}
}
}
}
}

0 comments on commit a3ff22c

Please sign in to comment.