コード例 #1
0
        void Init()
        {
            //TODO: load the actual addin registry referenced from the project file
            AddinRegistry = AddinManager.Registry;

            AddinReferences = new AddinReferenceCollection(this);
            Items.Bind(AddinReferences);
        }
コード例 #2
0
        protected override void Initialize()
        {
            base.Initialize();

            addinReferences = new AddinReferenceCollection(this);
            Project.Items.Bind(addinReferences);

            //TODO: load the actual addin registry referenced from the project file
            AddinRegistry = AddinManager.Registry;
        }