Example #1
0
 protected override void ShowForm()
 {
     this.FillCombo();
     HPS.BLL.InfractionSurveyGroupBLL.BLLInfractionSurveyGroup_TFactory InfractionSurveyGroupFactory = new HPS.BLL.InfractionSurveyGroupBLL.BLLInfractionSurveyGroup_TFactory();
     HPS.BLL.InfractionSurveyGroupBLL.BLLInfractionSurveyGroup_T        InfractionSurveyGroupEntity  = InfractionSurveyGroupFactory.GetBy((HPS.BLL.InfractionSurveyGroupBLL.BLLInfractionSurveyGroup_TKeys)Key);
     if (InfractionSurveyGroupEntity == null)
     {
         throw new HPS.Exceptions.InfractionSurveyGroupNotFound();
     }
     InfractionSurveyGroup_nvcTextBox.Text = Hepsa.Core.Common.PersentationController.GetEntityValue(InfractionSurveyGroupEntity.InfractionSurveyGroup_nvc, TypeCode.String).ToString();
 }