Exemplo n.º 1
0
 public ControlEnd()
 {
     test.Show();
     frmplay.Show();
     frmplay.axWindowsMediaPlayer.PlayStateChange += new AxWMPLib._WMPOCXEvents_PlayStateChangeEventHandler(this.axWindowsMediaPlayer_PlayStateChange);
     frmplay.axWindowsMediaPlayer.settings.volume  = 50;
     Load_MainPath();
 }
Exemplo n.º 2
0
        //主界面
        private void toolStripButton6_Click(object sender, EventArgs e)
        {
            frmzhuye zhu = new frmzhuye();

            zhu.Show();
        }