mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
Update for "Set Program Access and Defaults" support
This commit is contained in:
@@ -4,12 +4,13 @@ using System;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Windows;
|
||||
using FeedCenter.Properties;
|
||||
|
||||
namespace FeedCenter
|
||||
{
|
||||
public static class SystemConfiguration
|
||||
{
|
||||
public static void SetDefaultFeedReader(bool value)
|
||||
public static void SetDefaultFeedReader()
|
||||
{
|
||||
// Get the location of the assembly
|
||||
var assemblyLocation = Assembly.GetEntryAssembly().Location;
|
||||
|
||||
Reference in New Issue
Block a user