Add project files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.UI.Xaml;
|
||||
|
||||
namespace Hyperbar.Desktop
|
||||
{
|
||||
public interface ITemplateGeneratorFactory
|
||||
{
|
||||
DataTemplate Create();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user