Ejemplo n.º 1
0
 private void RegisterInParent()
 {
     if (_parentTimer != null)
     {
         _parentTimer.RegisterChild(this);
         Compute();
     }
 }