コード例 #1
0
 /// <summary>
 ///  Initializes a new instance of the <see cref="ViewModel" /> class.
 /// </summary>
 public ViewModel()
 {
     DisplayTabContent = new DisplayTabContent();
     GeneralTabContent = new GeneralTabContent();
     PopulateCollection();
     IsQATBelow = false;
 }
コード例 #2
0
ファイル: ViewModel.cs プロジェクト: sss-software/wpf-demos-1
 public ViewModel()
 {
     DisplayTabContent = new DisplayTabContent();
     GeneralTabContent = new GeneralTabContent();
     PopulateCollection();
     //BackStageColor = Brushes.Green;
     IsQATBelow = false;
 }