Beispiel #1
0
 private void BindGrid()
 {
     dgvTypes.DataSource = _dataTypeService.GetGridDatasource();
 }