project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using Windows.UI.Xaml;
|
||||
|
||||
namespace TheXamlGuy.TaskbarGroup.Flyout.Foundation
|
||||
{
|
||||
public interface IDataTemplateFactory
|
||||
{
|
||||
DataTemplate Create(Type type);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user