Exemplo n.º 1
0
 private void button3_Click(object sender, EventArgs e)//mail buton
 {
     Mail mail = new Mail();
     this.Hide();
     mail.Show();
 }