mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-21 17:06:35 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user