namespace HStation.WinFrmUI { /// /// 监测分析视图 /// public class SimulationPrintMonitorAnalyViewModel { /// /// /// public SimulationPrintMonitorAnalyViewModel() { } /// /// 子级集合 /// public List Items { get; set; } } }