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