| | |
| | | musicView.View(verticalRefresh); |
| | | musicView.singerBtn.Text = a31player.A31PlayStatus.Artist; |
| | | musicView.songNameBtn.Text = a31player.A31PlayStatus.Title; |
| | | //musicView.musicNameBtn.Text = a31player.Name; |
| | | if (a31player.ServerClientType == 1) |
| | | { |
| | | musicView.musicNameBtn.Text = a31player.MainPlayName; |
| | | } |
| | | else |
| | | { |
| | | musicView.musicNameBtn.Text = a31player.Name; |
| | | } |
| | | musicView.musicNameBtn.Text = new View.DialogView { }.NamePlayer(a31player); |
| | | musicView.regionBtn.TextID = StringId.region; |
| | | |
| | | |
| | | |
| | | EventHandler<MouseEventArgs> clickMergence = (sender, e) => |
| | | { |
| | |
| | | { |
| | | musicView.singerBtn.Text = a31player.A31PlayStatus.Artist; |
| | | musicView.songNameBtn.Text = a31player.A31PlayStatus.Title; |
| | | if (a31player.ServerClientType == 1) |
| | | { |
| | | musicView.musicNameBtn.Text = a31player.MainPlayName; |
| | | } |
| | | else |
| | | { |
| | | musicView.musicNameBtn.Text = a31player.Name; |
| | | } |
| | | musicView.musicNameBtn.Text = new View.DialogView { }.NamePlayer(a31player); |
| | | if (a31player.A31PlayStatus.status == "play") |
| | | { |
| | | musicView.playBtn.IsSelected = true; |