コード例 #1
0
        private void BtnNoticeMHeader_Click(object sender, EventArgs e)
        {
            Notice_Dashboard nd = new Notice_Dashboard();

            this.Hide();
            nd.ShowDialog();
        }
コード例 #2
0
        private void Button10_Click(object sender, EventArgs e)
        {
            Notice_Dashboard nd = new Notice_Dashboard();

            this.Hide();
            nd.Show();
        }
コード例 #3
0
        private void Back_Click(object sender, EventArgs e)
        {
            Notice_Dashboard form_back = new Notice_Dashboard();

            this.Hide();
            form_back.Show();
        }
コード例 #4
0
        private void BtnNoticeMHeader_Click(object sender, EventArgs e)
        {
            Notice_Dashboard note = new Notice_Dashboard();

            this.Hide();
            note.Show();
        }
コード例 #5
0
        private void MngNticeBtn_Click(object sender, EventArgs e)
        {
            Notice_Dashboard newdash = new Notice_Dashboard();

            this.Hide();
            newdash.ShowDialog();
        }
コード例 #6
0
        private void BtnNoticeMHeader_Click_1(object sender, EventArgs e)
        {
            Notice_Dashboard openForm = new Notice_Dashboard();

            this.Hide();
            openForm.ShowDialog();
        }