private void metroTile14_Click_1(object sender, EventArgs e) { this.Hide(); frmcommunication comm = new frmcommunication(); comm.Show(); }
private void Button2_Click(object sender, EventArgs e) { this.Hide(); frmcommunication commmain = new frmcommunication(); commmain.Show(); }