Esempio n. 1
0
        private void method_16()
        {
            this.TableName = "SurveyRandom";
            SurveyRandomDal surveyRandomDal = new SurveyRandomDal();

            this.lSurveyRandom         = surveyRandomDal.GetList();
            this.DataGrid1.ItemsSource = this.lSurveyRandom;
        }