Ejemplo n.º 1
0
 void FillGrid()
 {
     positionList             = PositionBLL.GetPositions();
     dataGridView1.DataSource = positionList;
 }