Пример #1
0
        //插值分析
        private void picBox_interpolation_Click(object sender, EventArgs e)
        {
            InterpolationForm interpolationForm = new InterpolationForm();

            interpolationForm.Show();
        }