Bloom.Edit.ToolboxView.SetupToolboxForCollection C# (CSharp) Метод

SetupToolboxForCollection() публичный статический Метод

Provides a hook for anything the toolbox wants to do when a project is opened.
public static SetupToolboxForCollection ( CollectionSettings settings ) : void
settings Bloom.Collection.CollectionSettings
Результат void
        public static void SetupToolboxForCollection(CollectionSettings settings)
        {
            DecodableReaderTool.CopyRelevantNewReaderSettings(settings);
        }