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