Example #1
0
        private void stepTimer_Tick(object sender, EventArgs e)
        {
            if (avForm != null)
            {
                avForm.GetControlValues(del);
            }

            if (stForm != null)
            {
                s = stForm.GetStaticsValues();
            }

            sim(ref t, s.dt);

            if (auForm.executeChangeHeightDuringSim.Checked)
            {
                maneuring();
            }
        }