Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Document_information d = new Document_information();

            this.Hide();
            d.Show();
        }
Ejemplo n.º 2
0
        private void 查看保存文档ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Document_information di = new Document_information();

            this.Hide();
            di.Show();
        }