コード例 #1
0
 /// <summary>
 /// Hidden standard constructor
 /// </summary>
 protected AppViewModel()
 {
     _AppTheme = new ThemeViewModel();
     _demo     = new DocumentRootViewModel();
 }
コード例 #2
0
 /// <summary>
 /// Hidden standard constructor
 /// </summary>
 protected AppViewModel()
 {
     _AppTheme = new ThemeViewModel();
     _demo     = new DocumentRootViewModel(GetService <IThemedHighlightingManager>());
 }