Пример #1
0
 public void GetPeakWaveLength(int idx, ref double x, ref double y, double start, double stop)//20170220
 {
     switch (SpecList[idx].specType)
     {
     case SpectType.Maya:
         MayaObj.GetPeakWaveLength(SpecList[idx].Idx, ref x, ref y, start, stop);
         break;
     }
 }