コード例 #1
0
 public AsyncDashboardViewModel()
 {
     DatesSection = new DatesSectionViewModel();
     MsCache = new MsCacheInfo();
 }
コード例 #2
0
 public PriorityViewModel()
 {
     Items = new List<PriorityListItem>();
     Charts = new List<ChartItem>();
     MsCache = new MsCacheInfo();
 }
コード例 #3
0
 public DeveloperViewModel()
 {
     Items = new List<DeveloperListItem>();
     Charts = new List<ChartItem>();
     MsCache = new MsCacheInfo();
 }