Add suport for adding new items which are sorted without reloading the entrie list

This commit is contained in:
TheXamlGuy
2024-05-12 22:02:51 +01:00
parent 55d3971bfc
commit 3136a6458c
6 changed files with 37 additions and 18 deletions
+1 -3
View File
@@ -3,6 +3,4 @@
namespace Bitvault;
public class ContainerComponent(IComponentBuilder builder) : Component(builder),
IContainerComponent
{
}
IContainerComponent;