public Mail2() { InitializeComponent(); f = this; }
private void btnMail2_Click(object sender, EventArgs e) { Mail2 f = new Mail2(); f.ShowDialog(); }