Ejemplo n.º 1
0
        private void DGV_Binding()
        {
            PerformanceService service = new PerformanceService();

            perList = service.GetPerList();
            dgvPerformance.DataSource = perList;
        }