project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace TheXamlGuy.TaskbarGroup.Core
|
||||
{
|
||||
public class DataTemplateCollection : ReadOnlyDictionary<Type, Type>, IDataTemplateCollection
|
||||
{
|
||||
public DataTemplateCollection(IDictionary<Type, Type> dictionary) : base(dictionary)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user