Example #1
0
        private void LoadZonas()
        {
            List <BELineaTransporte> tempList      = new List <BELineaTransporte>();
            BLLineaTransporte        buisnessLogic = new BLLineaTransporte();

            tempList = buisnessLogic.GetLineaTransportes();
            gridAlerta.DataSource = tempList;
        }