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