Exemplo n.º 1
0
        private void 查询窗口CToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FoundMain found = new FoundMain();

            this.Hide();
            found.Show();
            this.toolSBFound.Enabled = false;
        }
Exemplo n.º 2
0
        private void toolSBFound_Click(object sender, EventArgs e)
        {
            FoundMain found = new FoundMain();

            this.Hide();
            found.Show();
            this.toolSBFound.Enabled = false;
        }