This commit is contained in:
TheXamlGuy
2024-04-26 22:27:31 +01:00
parent fd8a20c081
commit bab5f218e8
30 changed files with 164 additions and 108 deletions
+5
View File
@@ -0,0 +1,5 @@
using Toolkit.Foundation;
namespace Bitvault;
public interface IVaultHost : IComponentHost;