Exemplo n.º 1
0
    private void getDataList()
    {
        List <ClsTargetDates> dataList = rep.GetTargetChangeReasons();

        rgGrid.DataSource = dataList;
    }