private void BlockAllHosts_Click(object sender, System.Windows.RoutedEventArgs e)
 {
     _hostsFileHelper.BlockAllHostUrls();
     Wu10Logger.LogInfo($"All hosts BLOCKED");
     GetHostSettings();
     ShowUpdateNotice();
 }
Ejemplo n.º 2
0
 private void BlockAllHosts_Click(object sender, System.Windows.RoutedEventArgs e)
 {
     _hostsFileHelper.BlockAllHostUrls();
     GetHostSettings();
     ShowUpdateNotice();
 }