public GpuSpeedDataViewModel(GpuSpeedData data)
 {
     _data = data;
 }
Beispiel #2
0
 public SpeedDto()
 {
     GpuTable = new GpuSpeedData[0];
 }