Exemplo n.º 1
0
 //postfix
 private void button1_Click(object sender, EventArgs e)
 {
     postfix = new FormPostfix();
     postfix.Show();
     this.Visible = false;
     this.Close();
 }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e) //postfix
 {
     postfix = new FormPostfix();
     postfix.Show();
     this.Visible = false;
     this.Close();
 }