Exemple #1
0
        public Form1()
        {
            InitializeComponent();

            this.pictureBox1.Image = DrawPlot.getImage(line1, line2, 0, 0);

            UrgPort.processDel = new UrgPort.processData(this.processData);
            freshBoardDel      = new freshBoard(this.freshBoardMethod);
        }
Exemple #2
0
 public void freshBoardMethod(int start, int ave)
 {
     //Console.WriteLine(i++);
     //this.pictureBox1.Image = DrawPlot.addLineOnImage(this.pictureBox1.Image, line1, line2, start, ave, line1.Count - 1);
     this.pictureBox1.Image = DrawPlot.getImage(line1, line2, start, ave);
 }