歌星 轉 歌曲 錨點
This commit is contained in:
parent
925c886276
commit
db9ab8231f
@ -323,6 +323,7 @@ namespace DualScreenDemo
|
||||
artistLabel.Click += (sender, e) =>
|
||||
{
|
||||
string searchText = artistLabel.Text; // 取得輸入內容
|
||||
// 歌星 轉 歌曲
|
||||
string query = $"SELECT * FROM SongLibrary WHERE `歌星 A` = '{searchText}' OR `歌星 B` = '{searchText}'";
|
||||
var searchResults = PrimaryForm.Instance.SearchSongs_Mysql(query);
|
||||
// 重置分頁
|
||||
|
Loading…
x
Reference in New Issue
Block a user