private void metroTile14_Click(object sender, EventArgs e) { frmcommunicationadmin comm = new frmcommunicationadmin(); comm.Show(); this.Hide(); }
private void Button2_Click(object sender, EventArgs e) { this.Hide(); frmcommunicationadmin frm = new frmcommunicationadmin(); frm.Show(); }