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