Exemplo n.º 1
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     EdgeServer.Start().ConfigureAwait(false);
 }
Exemplo n.º 2
0
 private void Application_Exit(object sender, ExitEventArgs e)
 {
     EdgeServer.Stop().ConfigureAwait(false);
 }