Inheritance: System.Windows.Forms.Form
Esempio n. 1
0
        private void magCalToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MagCalibration = new MagCal(sensor);

            MagCalibration.Show();
        }
Esempio n. 2
0
        private void magCalToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MagCalibration = new MagCal(sensor);

            MagCalibration.Show();
        }