Ejemplo n.º 1
0
 public void SetConnectionLost()
 {
     FiderViewModels.ForEach((model) =>
     {
         model.SetLostConnection();
     });
 }
Ejemplo n.º 2
0
 public void Update()
 {
     FiderViewModels.ForEach((model) =>
     {
         model.Update();
     });
 }