Exemple #1
0
 public void SetControl(IOrbitToolsControl control)
 {
     m_control = control;
     m_control.registerUpdateAction(updateControls);
 }