8 lines
138 B
C#
8 lines
138 B
C#
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public interface IDataTemplateCollection : IReadOnlyDictionary<Type, Type>
|
|
{
|
|
|
|
}
|
|
}
|