Example #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            calibrate.DoCalibrateRegression(); // Kører metoden DoCalibration i logiklaget

            MessageBox.Show("Kalibreringen er udført. a = " + calibrate.getCalibrateValue()._a + "b = " + calibrate.getCalibrateValue()._b);
            IsThereNewCalibration = true;
            this.Hide();
            this.Close();
        }