Beispiel #1
0
 public Frm_LogicTest(TaskControl task) : this()
 {
     this.Manager = task;
 }
 static TaskManager()
 {
     Default = new TaskControl();
     List    = new List <TaskControl>();
     List.Add(Default);
 }