private void button3_Click(object sender, EventArgs e) { this.ver = new vista(this.tarray, false); this.ver.Show(); }
private void startCalc() { this.ver = new vista(this.tarray, true); this.ver.Show(); }