/// <summary> /// Initialize all functions and the tabcontrol /// </summary> public void Initialize() { TabPage = new PluginsTab {Text = Name, ParentAddon = this}; ConfigPage = null; // TODO: This code locks up the UI for a while InstalledPluginManager.Initialize(); }
/// <summary> /// Initialize all functions and the tabcontrol /// </summary> public void Initialize() { TabPage = new PluginsTab { Text = Name, ParentAddon = this }; ConfigPage = null; // TODO: This code locks up the UI for a while InstalledPluginManager.Initialize(); }