Inheritance: MetroFramework.Controls.MetroUserControl, IAddonTab
コード例 #1
0
ファイル: Forwarder.cs プロジェクト: josephworks/BukkitGUI2
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     TabPage = new ForwarderTab {
         Text = Name, ParentAddon = this
     };
 }
コード例 #2
0
ファイル: Forwarder.cs プロジェクト: CaptainTF/bukkitgui2
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     TabPage = new ForwarderTab {Text = Name, ParentAddon = this};
 }