Inheritance: MetroFramework.Controls.MetroUserControl, IAddonTab
Ejemplo n.º 1
0
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     TabPage = new ForwarderTab {
         Text = Name, ParentAddon = this
     };
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     TabPage = new ForwarderTab {Text = Name, ParentAddon = this};
 }