mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-24 02:16:35 +08:00
添加项目文件。
This commit is contained in:
10
Live-Charts-master/Examples/Wpf/Home/SampleGroupVm.cs
Normal file
10
Live-Charts-master/Examples/Wpf/Home/SampleGroupVm.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Wpf.Home
|
||||
{
|
||||
public class SampleGroupVm
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public IEnumerable<SampleVm> Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user