Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace TheXamlGuy.Framework.Core;
|
||||
|
||||
public interface INamedTemplateFactory
|
||||
{
|
||||
object? Create(string name);
|
||||
}
|
||||
Reference in New Issue
Block a user