public AvgExtractor() { FrameCount = 0; Started = false; this.initPanel = new AvgExtractor_Panel(false, Threshold, SamplingCount); }