|
namespace Kiseki.Launcher.Windows
|
|
{
|
|
public class Launcher : ILauncher
|
|
{
|
|
public void Register()
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
|
|
public void Unregister()
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
|
|
public void CreateShortcuts()
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|
|
} |