mirror of
https://github.com/LanZhan-Harmony/WindowsMusicPlayer-TheUntamedMusicPlayer.git
synced 2026-05-06 11:10:16 +08:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace The_Untamed_Music_Player.Contracts.Services;
|
|
|
|
public interface IPageService
|
|
{
|
|
Type GetPageType(string key);
|
|
}
|