namespace Kiseki.Launcher
{
interface IProtocolHandler
void Register();
void Unregister();
}
interface IMainWindow
void CreateShortcuts();