Пример #1
0
 public virtual void PowerUpdateStructureChange()
 {
     //Logger.Log("PowerUpdateStructureChange" + this);
     powerSupply.PowerUpdateStructureChange();
     _PowerUpdateStructureChange();
     ElectricalSynchronisation.NUStructureChangeReact.Add(powerSupply.InData.ControllingUpdate);
     ElectricalSynchronisation.NUResistanceChange.Add(powerSupply.InData.ControllingUpdate);
     ElectricalSynchronisation.NUCurrentChange.Add(powerSupply.InData.ControllingUpdate);
 }
Пример #2
0
 public void PowerUpdateStructureChange()
 {
     RelatedDevice.PowerUpdateStructureChange();
 }
Пример #3
0
 public virtual void PowerUpdateStructureChange()
 {
     powerSupply.PowerUpdateStructureChange();
     _PowerUpdateStructureChange();
 }