Amend compoments to be keyed based
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Wallet
|
||||
{
|
||||
public interface IWalletFactory
|
||||
{
|
||||
IComponentHost? Create(string name);
|
||||
IComponentHost? Create(string key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user