mirror of
https://github.com/LanZhan-Harmony/WindowsMusicPlayer-TheUntamedMusicPlayer.git
synced 2026-05-06 19:20:18 +08:00
9 lines
131 B
C#
9 lines
131 B
C#
namespace The_Untamed_Music_Player.ViewModels;
|
|
|
|
public class 有音乐ViewModel
|
|
{
|
|
public 有音乐ViewModel()
|
|
{
|
|
}
|
|
}
|