AnimationEditorPlugin.AnimationEditorPlugin.StartUp C# (CSharp) Метод

StartUp() публичный Метод

public StartUp ( ) : void
Результат void
        public override void StartUp()
        {
            // Do anything your plugin needs to do when it first starts up
            this.InitializeCenterTabHandler += HandleInitializeTab;

            this.ReactToItemSelectHandler += HandleItemSelect;

            this.ReactToFileChangeHandler += HandleFileChange;

            this.ReactToLoadedGlux += HandleGluxLoad;

            this.ReactToChangedPropertyHandler += HandleChangedProperty;

            this.SelectItemInCurrentFile += HandleSelectItemInCurrentFile;
        }