示例#1
0
        private void pictureBox74_Click(object sender, EventArgs e)
        {
            string position = "9";
            string time     = Convert.ToString(3200 * page + 3200);
            Plot   plot2    = new Plot(position, time, page, compteur, selected, pictureBox74, saveimage);

            compteur = plot2.New_compteur();
        }
示例#2
0
        private void pictureBox24_Click(object sender, EventArgs e) // 2e ligne temps 600 ( 400 / lignes)
        {
            string position = "1";
            string time     = Convert.ToString(3200 * page + 800);
            Plot   plot2    = new Plot(position, time, page, compteur, selected, pictureBox24, saveimage);

            compteur = plot2.New_compteur();
        }
示例#3
0
        private void pictureBox31_Click(object sender, EventArgs e) // nouvelle ligne
        {
            string position = "1";
            string time     = Convert.ToString(3200 * page + 1200);
            Plot   plot2    = new Plot(position, time, page, compteur, selected, pictureBox31, saveimage);

            compteur = plot2.New_compteur();
        }
示例#4
0
 private void pictureBox81_Click(object sender, EventArgs e)
 {
     string position = "9";
     string time = Convert.ToString(3200 * page + 2800);
     Plot plot2 = new Plot(position, time, page, compteur, selected, pictureBox81, saveimage);
     compteur = plot2.New_compteur();
 }