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