完成Grid示例
This commit is contained in:
15
RazorEngineTest/UICollection.cs
Normal file
15
RazorEngineTest/UICollection.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
|
||||
namespace RazorEngineTest
|
||||
{
|
||||
public class UICollection : ObservableCollection<UIElement>
|
||||
{
|
||||
public UICollection() { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user