Exemplo n.º 1
0
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     _tab = new StarterTab {
         Text = Name, ParentAddon = this
     };
     AddonManager.AddonsReady += OnLoad;
 }
Exemplo n.º 2
0
		/// <summary>
		///     Initialize all functions and the tabcontrol
		/// </summary>
		public void Initialize()
		{
			_tab = new StarterTab {Text = Name, ParentAddon = this};
			AddonManager.AddonsReady += OnLoad;
		}