Skip to content

wexman/topshelf.winformshost

Repository files navigation

Topshelf.winformsHost

Topshelf.WinformsHost provides extensions to run your services in a winforms environment (when started interavtively), instead of the default console environment.

Install

It's available via nuget package
PM> Install-Package Topshelf.WinformsHost

Example Usage

static void Main(string[] args)
{
        HostFactory.Run(c =>
        {
        	c.UseWinformsHost();

            c.Service<SampleService>());
        });
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages