示例#1
0
        private void button14_Click(object sender, EventArgs e)
        {
            START_PAGE startForm = new START_PAGE();

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