public void Initialize(int bytepersample,int len, int max, int width) { BytePerSample = bytepersample; DisplayLength = len; DisplayAmpMax = max; DisplayWidthMax = width; Gain = 9; GisFrame = new ChartFrame(bytepersample,DisplayLength, DisplayAmpMax); }
public void Initialize(int bytepersample, int len, int max, int width) { BytePerSample = bytepersample; DisplayLength = len; DisplayAmpMax = max; DisplayWidthMax = width; Gain = 9; GisFrame = new ChartFrame(bytepersample, DisplayLength, DisplayAmpMax); }