示例#1
0
        public void runBtn_Click(object sender, EventArgs e)
        {
            if (!BatchProcessing.busy)      // Don't load values from gui if batch processing is used
            {
                Interpolate.current = GetCurrentSettings();
            }

            Interpolate.Start();
        }
示例#2
0
        public void runBtn_Click(object sender, EventArgs e)
        {
            ValidateFactor();

            if (!BatchProcessing.busy)      // Don't load values from gui if batch processing is used
            {
                Interpolate.current = GetCurrentSettings();
            }

            AiProcessSuspend.Reset();
            Interpolate.Start();
        }