Esempio n. 1
0
 public void SetLostConnection()
 {
     ResistorViewModels.ForEach((model => model.SetLostConnection()));
 }
Esempio n. 2
0
 public void Update()
 {
     ResistorViewModels.ForEach((model => model.UpdateStates()));
 }