Exemplo n.º 1
0
 public void RegisterComponent(Component comp)
 {
     TaskManager.AddTask(comp);
     componentList.Add(comp);
     comp.Register(this);
     comp.Active();
 }