コード例 #1
0
ファイル: Program.cs プロジェクト: jasase/solarEdgeToInfluxDb
 static void Main(string[] args)
 => new Program().Run(args, BootstrapInCodeConfiguration.Default());
コード例 #2
0
 public Start_service_windows()
 {
     _bootstrap = new ServiceBootstrap(BootstrapInCodeConfiguration.Default());
 }