예제 #1
0
    public DataTable bs_BLWyswietlTabeleInstrumentowGrid()
    {
        DataTable bs_dt = new DataTable();

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