Exemple #1
0
        private void grid2_Btn执行命令1Click(object sender, EventArgs e)
        {
            logic.UpdateToDB("汽蚀试验");

            // f_绘制汽蚀曲线(xyGraph1, 批次号.ToString(), grid2, "扬程");
            f_绘制全部曲线();
            SaveImage(this.xyGraph1.Graph, this.xyGraph1.曲线标签组, 700, 700);
        }