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