示例#1
0
    public DataTable bs_BLWyswietlTabeleStGrid()
    {
        DataTable bs_dt = new DataTable();

        bs_dt = bs_warstwa_dostepu.bs_DalWyswietlStGrid();
        return(bs_dt);
    }