Exemplo n.º 1
0
        public async void Shutdown()
        {
            await ServerViewExtension.StopServerAsync();

            Events.UnregisterEventHandlers();
        }
Exemplo n.º 2
0
 public static async void OnServerStop(object sender, RoutedEventArgs e)
 {
     await ServerViewExtension.StopServerAsync();
 }