private void Back_Click(object sender, EventArgs e) { Notice_Dashboard form_back = new Notice_Dashboard(); this.Hide(); form_back.Show(); }
private void Button10_Click(object sender, EventArgs e) { Notice_Dashboard nd = new Notice_Dashboard(); this.Hide(); nd.Show(); }
private void BtnNoticeMHeader_Click(object sender, EventArgs e) { Notice_Dashboard note = new Notice_Dashboard(); this.Hide(); note.Show(); }