Esempio n. 1
0
		/// <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();
		}
Esempio n. 2
0
        /// <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();
        }