public List <Program> LoadTest([PexAssumeUnderTest] ProgramBLL target) { List <Program> result = target.Load(); return(result); // TODO: add assertions to method ProgramBLLTest.LoadTest(ProgramBLL) }
public void loadData() { gcProgramList.DataSource = pr.Load(); }