示例#1
0
 public TimeDataRenderer(IWaveData data)
 {
     Data = data;
 }
示例#2
0
 public FftDataAdapter(IWaveData from)
 {
     From = from;
 }