Ejemplo n.º 1
0
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     TabPage = new EditorTab {
         Text = Name, ParentAddon = this
     };
     ConfigPage = null;
 }
Ejemplo n.º 2
0
        /// <summary>
        ///     Initialize all functions and the tabcontrol
        /// </summary>
        public void Initialize()
        {
            TabPage = new EditorTab {Text = Name, ParentAddon = this};
	        ConfigPage = null;
        }