private void EmailGmailButton_Click(object sender, EventArgs e) { frmEmailGmail feg = new frmEmailGmail(); feg.Show(); }