protected override void update()
 {
     base.update();
     CurrentDevice.UpdateCollection();
 }
 protected override void update()
 {
     base.update();
     CurrentDevice.UpdateCollection(x => x.GetProperty("Name").AsString().Equals((CurrentDevice as DevicePerformance).DeviceRelated));
 }
 protected override void update()
 {
     base.update();
     CurrentDevice.UpdateCollection("Name", "_Total");
 }
Beispiel #4
0
 protected override void update()
 {
     base.update();
     CurrentDevice.UpdateCollection("Name", (CurrentDevice as DevicePerformance).DeviceRelated);
 }