private void 统计参数ToolStripMenuItem_Click(object sender, EventArgs e) { int rows = newBitmap.Height; int cols = newBitmap.Width; stastic form2 = new stastic(newdata, rows, cols, bands); form2.Show(); }
private void 均值ToolStripMenuItem_Click(object sender, EventArgs e) { stastic form1 = new stastic(values, rows, cols, bands); form1.Show(); }