Exemplo n.º 1
0
 public void showLrc()
 {
     if (desk == null)
     {
         desk                   = new DeskLrcFrm(this);
         desk.TopMost           = true;
         LrcConnections.deskLrc = desk.deskLrcControl1;
         desk.Show();
     }
     else
     {
         desk.Activate();
         desk.TopMost = true;
     }
     this.FindForm().Visible = false;//隐藏当前歌词窗体
 }
Exemplo n.º 2
0
        public void showLrc()
        {
            //if (desk == null)
            //{
            desk                   = new DeskLrcFrm(this);
            desk.TopMost           = true;
            LrcConnections.deskLrc = desk.deskLrcControl1;
            desk.Show();
            显示桌面歌词ToolStripMenuItem.Checked = true;
            //}
            //else
            //{

            //    desk.Activate();
            //    desk.TopMost = true;
            //}
            //this.FindForm().Visible = false;//隐藏当前歌词窗体
        }
Exemplo n.º 3
0
        public void showLrc()
        {
            //if (desk == null)
            //{
                desk = new DeskLrcFrm(this);
                desk.TopMost = true;
                LrcConnections.deskLrc = desk.deskLrcControl1;
                desk.Show();
                显示桌面歌词ToolStripMenuItem.Checked = true;
            //}
            //else
            //{

            //    desk.Activate();
            //    desk.TopMost = true;
            //}
            //this.FindForm().Visible = false;//隐藏当前歌词窗体
        }
Exemplo n.º 4
0
        public void showLrc()
        {
            if (desk == null)
            {
                desk = new DeskLrcFrm(this);
                desk.TopMost = true;
                LrcConnections.deskLrc = desk.deskLrcControl1;
                desk.Show();
            }
            else
            {

                desk.Activate();
                desk.TopMost = true;
            }
            this.FindForm().Visible = false;//隐藏当前歌词窗体
        }