private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     standTestRefeBLL = new BLL.TB_StandTestRefe();
     testInfoBLL      = new BLL.TB_TestInfo();
     athleteBLL       = new BLL.TB_AthleteInfo();
     standPramsBLL    = new BLL.TB_StandardParams();
     standParam       = standPramsBLL.GetModelByStandID(StandInfo.ID);
     parentStandParam = standPramsBLL.GetModelByStandID((int)StandInfo.Stand_ParentID);
     tbTitle.Text    += "  当前测试参考值为:" + StandInfo.Stand_Name;
 }
        public AddOrUpdateLevel2()
        {
            InitializeComponent();
            standardInfoBLL   = new BLL.TB_StandardInfo();
            standardParamsBLL = new BLL.TB_StandardParams();
            athInfoBLL        = new BLL.TB_AthleteInfo();

            Model.TB_Dict allDict = new Model.TB_Dict()
            {
                Dict_Key   = "-1",
                Dict_Value = "不限"
            };
            jointDictList = dictBLL.GetModelListByGroupID(2);
            jointDictList.Insert(0, allDict);
            jointsideDictList = dictBLL.GetModelListByGroupID(3);
            jointsideDictList.Insert(0, allDict);
            testmodeDictList = dictBLL.GetModelListByGroupID(1);
            testmodeDictList.Insert(0, allDict);
        }
        List<Model.TB_Dict> testmodeDictList; //测试模式字典列表

        #endregion Fields

        #region Constructors

        public AddOrUpdateLevel2()
        {
            InitializeComponent();
            standardInfoBLL = new BLL.TB_StandardInfo();
            standardParamsBLL = new BLL.TB_StandardParams();
            athInfoBLL = new BLL.TB_AthleteInfo();

            Model.TB_Dict allDict = new Model.TB_Dict()
            {
                Dict_Key = "-1",
                Dict_Value = "不限"
            };
            jointDictList = dictBLL.GetModelListByGroupID(2);
            jointDictList.Insert(0, allDict);
            jointsideDictList = dictBLL.GetModelListByGroupID(3);
            jointsideDictList.Insert(0, allDict);
            testmodeDictList = dictBLL.GetModelListByGroupID(1);
            testmodeDictList.Insert(0, allDict);
        }
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     standTestRefeBLL = new BLL.TB_StandTestRefe();
     testInfoBLL = new BLL.TB_TestInfo();
     athleteBLL = new BLL.TB_AthleteInfo();
     standPramsBLL = new BLL.TB_StandardParams();
     standParam = standPramsBLL.GetModelByStandID(StandInfo.ID);
     parentStandParam = standPramsBLL.GetModelByStandID((int)StandInfo.Stand_ParentID);
     tbTitle.Text +="  当前测试参考值为:" +StandInfo.Stand_Name;
 }