Beispiel #1
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            FrmOrderBySongType ty = new FrmOrderBySongType();

            this.Hide();
            ty.Show();
        }
Beispiel #2
0
        //类型选择
        private void picSongType_Click(object sender, EventArgs e)
        {
            FrmOrderBySongType songTypeForm = new FrmOrderBySongType();

            songTypeForm.Show();
        }