Interaction logic for BuildStatisticsSectionView.xaml
Inheritance: System.Windows.Controls.UserControl
 public BuildStatisticsSection()
 {
     Title          = "Build Statistics";
     IsExpanded     = true;
     IsVisible      = true;
     IsBusy         = false;
     SectionContent = new BuildStatisticsSectionView();
 }
 public BuildStatisticsSection()
 {
     Title = "Build Statistics";
     IsExpanded = true;
     IsVisible = true;
     IsBusy = false;
     SectionContent = new BuildStatisticsSectionView();
 }