예제 #1
0
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     TabPage = new ConsoleTab {
         Text = Name, ParentAddon = this
     };
     ConfigPage = new ConsoleSettings();
 }
예제 #2
0
		/// <summary>
		///     Initialize all functions and the tabcontrol
		/// </summary>
		public void Initialize()
		{
			TabPage = new ConsoleTab {Text = Name, ParentAddon = this};
			ConfigPage = new ConsoleSettings();
		}