コード例 #1
0
 public WaterfallControl()
 {
     InitializeComponent();
     lastValues    = new QueueSet <Dictionary <double, double> >(450);
     m_nZoom       = 7;
     m_contrast    = 215;
     m_sensitivity = 100;
 }
コード例 #2
0
 public WaterfallControl()
 {
     InitializeComponent();
     lastValues = new QueueSet <Dictionary <double, double> >(450);
     m_nZoom    = 7;
 }