示例#1
0
    private void getCustomsType()
    {
        List <ClsCustomsType> listCustoms = rep.GetListCustomsTypes();

        rgCustoms.DataSource = listCustoms;
    }