//three address private void button2_Click(object sender, EventArgs e) { tac = new Formthreeaddress(); tac.Show(); this.Visible = false; this.Close(); }
private void button2_Click(object sender, EventArgs e) //three address { tac = new Formthreeaddress(); tac.Show(); this.Visible = false; this.Close(); }