Exemple #1
0
        public List <Program> LoadTest([PexAssumeUnderTest] ProgramBLL target)
        {
            List <Program> result = target.Load();

            return(result);
            // TODO: add assertions to method ProgramBLLTest.LoadTest(ProgramBLL)
        }
Exemple #2
0
 public void loadData()
 {
     gcProgramList.DataSource = pr.Load();
 }