private void UnblockAllHosts_Click(object sender, System.Windows.RoutedEventArgs e)
 {
     _hostsFileHelper.UnblockAllHostUrls();
     Wu10Logger.LogInfo($"All hosts UNBLOCKED");
     GetHostSettings();
     ShowUpdateNotice();
 }
Exemplo n.º 2
0
 private void UnblockAllHosts_Click(object sender, System.Windows.RoutedEventArgs e)
 {
     _hostsFileHelper.UnblockAllHostUrls();
     GetHostSettings();
     ShowUpdateNotice();
 }