Started work on the 'Folder Roots'. Added the skeleton of this feature to the ProfileManager form.

This commit is contained in:
Admin
2020-11-09 00:37:55 -06:00
parent f59076d38a
commit 5468c1ad97
6 changed files with 168 additions and 25 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ namespace DataOrganizer
private void FolderSelectButton_Click(object sender, EventArgs e)
{
var form = new ProfileManager();
form.ShowDialog();
}
}
}