Force state change on refresh

dhcp-server
Pat Hartl 2023-09-10 17:12:01 -05:00
parent d7c2ae0d85
commit 3525ce96da
1 changed files with 2 additions and 0 deletions

View File

@ -325,6 +325,8 @@
void Refresh()
{
ChangeDirectory(Path, false);
StateHasChanged();
}
void AddFolder(string name)