Ejemplo n.º 1
0
        public override void OnEnable()
        {
            base.OnEnable();

            // Set window title
            titleContent = new GUIContent(Title, Styles.SmallLogo);
            publishView.OnEnable();
        }