示例#1
0
 public void SetLostConnection()
 {
     ResistorViewModels.ForEach((model => model.SetLostConnection()));
 }
示例#2
0
 public void Update()
 {
     ResistorViewModels.ForEach((model => model.UpdateStates()));
 }