Example #1
0
 protected void UnregisterComponent(ICogMultithreadedComponent component)
 {
     this.mRegisterComponentImpl.UnregisterComponent(component);
 }
Example #2
0
 protected void RegisterComponent(ICogMultithreadedComponent component, bool passElectric, bool passEDQing)
 {
     this.mRegisterComponentImpl.RegisterComponent(component, passElectric, passEDQing);
 }