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