mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-05 17:20:50 +08:00
11 lines
299 B
C#
11 lines
299 B
C#
namespace FluentTest.Helpers
|
|
{
|
|
using System.Collections.Generic;
|
|
using System.Windows;
|
|
|
|
/// <summary> Holds a collection of <see cref="DataTemplate"/> items for application as a control's DataTemplate. </summary>
|
|
public class TemplateCollection : List<DataTemplate>
|
|
{
|
|
}
|
|
}
|