コード例 #1
0
ファイル: Console.cs プロジェクト: asd1115056/bukkitgui2
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     TabPage = new ConsoleTab {
         Text = Name, ParentAddon = this
     };
     ConfigPage = new ConsoleSettings();
 }
コード例 #2
0
ファイル: Console.cs プロジェクト: CaptainTF/bukkitgui2
		/// <summary>
		///     Initialize all functions and the tabcontrol
		/// </summary>
		public void Initialize()
		{
			TabPage = new ConsoleTab {Text = Name, ParentAddon = this};
			ConfigPage = new ConsoleSettings();
		}