Пример #1
0
        private void CS()
        {
            if (firstyear == "0" || endyear == "0")
            {
                MsgBox.Show("请设置历史数据起始年结束年后再点参数设置");
                return;
            }


            FormForecastCalc4 fc = new FormForecastCalc4();

            fc.DTable           = dataTable;
            fc.ISEdit           = EditRight;
            fc.PForecastReports = forecastReport;
            if (fc.ShowDialog() != DialogResult.OK)
            {
                return;
            }
            JS();
        }
Пример #2
0
        private void CS()
        {
            if (firstyear == "0" || endyear == "0")
            {
                MsgBox.Show("��������ʷ������ʼ���������ٵ��������");
                return;
            }

            FormForecastCalc4 fc = new FormForecastCalc4();
            fc.DTable = dataTable;
            fc.ISEdit = EditRight;
            fc.PForecastReports = forecastReport;
            if (fc.ShowDialog() != DialogResult.OK)
                return;
            JS();
        }