Add Content lookup markupextension
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Toolkit.Framework.Foundation;
|
||||
|
||||
public interface INamedContentTemplateFactory
|
||||
{
|
||||
object? Create(string name);
|
||||
}
|
||||
Reference in New Issue
Block a user