Beispiel #1
0
 bool Get(ICalculationEngineServiceContract ce)
 {
     Topology = ce.GetLineEnergization();
     return(true);
 }
 bool Get(ICalculationEngineServiceContract ce)
 {
     Data = ce.GetMarkedSwitches();
     return(true);
 }
 bool Get(ICalculationEngineServiceContract ce)
 {
     data = ce.GetLoadFlowResults();
     return(true);
 }