Beispiel #1
0
        private void 助学金评审表ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            Form24 f4 = new Form24();

            f4.ShowDialog();
            this.Visible = true;
        }
Beispiel #2
0
        private void bunifuTileButton2_Click(object sender, EventArgs e)
        {
            Form24 f24 = new Form24();

            f24.ShowDialog();
        }