Ejemplo n.º 1
0
 public void Ref()
 {
     DBUtils.StudentDataSource();
     lbStudents.DataSource = Students.Items.ToList();
 }