mirror of
https://github.com/LanZhan-Harmony/WindowsMusicPlayer-TheUntamedMusicPlayer.git
synced 2026-05-06 11:10:16 +08:00
9 lines
131 B
C#
9 lines
131 B
C#
namespace The_Untamed_Music_Player.ViewModels;
|
|
|
|
public class 艺术家ViewModel
|
|
{
|
|
public 艺术家ViewModel()
|
|
{
|
|
}
|
|
}
|