ChineseChess/ChineseChess.GUI/Contracts/Services/ISystemService.cs
2021-05-30 22:57:53 +08:00

8 lines
144 B
C#

namespace ChineseChess.GUI.Contracts.Services
{
public interface ISystemService
{
void OpenInWebBrowser(string url);
}
}