Example #1
0
 public void Stop()
 {
     appHost.Stop();
 }
Example #2
0
 public void Stop()
 {
     appHost.Stop();
     appHost.Dispose();
 }