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