public SurveyWizardTestPage(SurveyWizard surveyWizard)
     : base(surveyWizard)
 {
     IsLastPage = true;
     ShowPrevButton = true;
     ShowFinishButton = true;
     ShowCancelButton = true;
     FinishButtonText = "Apply";
     Source = new ObservableCollection<SurveyPointPair>();
     Columns = new TestColumnCollection();
 }
 public SurveyWizardTestPage(SurveyWizard surveyWizard)
     : base(surveyWizard)
 {
     IsLastPage       = true;
     ShowPrevButton   = true;
     ShowFinishButton = true;
     ShowCancelButton = true;
     FinishButtonText = "Apply";
     Source           = new ObservableCollection <SurveyPointPair>();
     Columns          = new TestColumnCollection();
 }