﻿/*
Control js de recursos de soporte al control ctrlFiltradoParrilla en el cliente
*/

Type.registerNamespace("Resources");

Resources.ctrlFiltradoParrilla = function() { };
Resources.ctrlFiltradoParrilla.prototype =
{
    FiltrosParrilla: 'Filtros de parrilla'
}

Resources.ctrlFiltradoParrilla.registerClass('Resources.ctrlFiltradoParrilla', Sys.UI.Control);
if (typeof (Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();


