Ejemplo n.º 1
0
        public void Load(CustomToolbarInfo toolbarInfo, string toolbarPath)
        {
            ToolbarInfo = toolbarInfo;
            m_ToolbarSpecificationPath = toolbarPath;
            IsEditable = !m_ConfsProvider.IsReadOnly(toolbarPath);

            LoadToolbar(ToolbarInfo);
        }