Beispiel #1
0
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     if (TabPage == null)
     {
         TabPage = new SettingsTab {
             Text = Name, ParentAddon = this
         }
     }
     ;
     ((SettingsTab)TabPage).Initialize();
 }
Beispiel #2
0
 /// <summary>
 ///     Initialize all functions and the tabcontrol
 /// </summary>
 public void Initialize()
 {
     if (TabPage == null) TabPage = new SettingsTab {Text = Name, ParentAddon = this};
     ((SettingsTab) TabPage).Initialize();
 }