Example #1
0
 public FrmRGBPlot(FrmNavigator navigatorHandle)
 {
     InitializeComponent();
     scrFocus.Maximum = pictureBox1.Width;
     scrFocus.Value = pictureBox1.Width;
     globalFrmNavigator = navigatorHandle;
 }
Example #2
0
 public FrmRGBPlot(FrmNavigator navigatorHandle)
 {
     InitializeComponent();
     scrFocus.Maximum   = pictureBox1.Width;
     scrFocus.Value     = pictureBox1.Width;
     globalFrmNavigator = navigatorHandle;
 }
Example #3
0
 private void Form1_Load(object sender, EventArgs e)
 {
     //FrmFrequency.initFrequency(ref byteCount, ref frequency);
     globalFrmFrequency.initFrequency(ref byteCount, ref frequency);
     globalFrmNavigator = new FrmNavigator(this);
 }
Example #4
0
 private void Form1_Load(object sender, EventArgs e)
 {
     //FrmFrequency.initFrequency(ref byteCount, ref frequency);
     globalFrmFrequency.initFrequency(ref byteCount, ref frequency);
     globalFrmNavigator = new FrmNavigator(this);
 }