Exemplo n.º 1
0
 /// <summary>
 /// Passes the regulation scheme back to UImanager (where all of them
 /// are centralized in a list).
 /// </summary>
 public void PassRegulation()
 {
     uiManager.GetNewRegulationScheme(moduleId, regulatoryInputList);
 }