Ejemplo n.º 1
0
        public void LoadLocalFilter(string localName, ListBoxBase listBox)
        {
            var filter = this[localName];

            if (filter != null)
            {
                listBox.SetSelectedIndexes((List <int>)filter);
            }
        }