Ejemplo n.º 1
0
 static void Main(string[] args)
 => new Program().Run(args, BootstrapInCodeConfiguration.Default());
Ejemplo n.º 2
0
 public Start_service_windows()
 {
     _bootstrap = new ServiceBootstrap(BootstrapInCodeConfiguration.Default());
 }