mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-05 08:46:34 +08:00
项目结构调整
This commit is contained in:
10
Others/Live-Charts-master/Examples/Wpf/Home/SampleGroupVm.cs
Normal file
10
Others/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