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