Switch to NuGet packages

This commit is contained in:
2023-04-07 18:41:18 -04:00
parent 6514f23329
commit eac0313f23
26 changed files with 156 additions and 516 deletions

View File

@@ -1,9 +1,9 @@
using CKaczor.InstalledBrowsers;
using CKaczor.Wpf.Application;
using CKaczor.Wpf.Validation;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Windows.Controls;
using System.Windows.Data;
using ChrisKaczor.Wpf.Application;
using ChrisKaczor.InstalledBrowsers;
using ChrisKaczor.Wpf.Validation;
internal class UserAgentItem
{
@@ -20,6 +20,8 @@ namespace FeedCenter.Options
InitializeComponent();
}
public override string CategoryName => Properties.Resources.optionCategoryGeneral;
public override void LoadPanel(FeedCenterEntities database)
{
base.LoadPanel(database);
@@ -56,8 +58,6 @@ namespace FeedCenter.Options
this.UpdateAllSources(expressions);
}
public override string CategoryName => Properties.Resources.optionCategoryGeneral;
private static void LoadBrowserComboBox(ComboBox comboBox, string selected)
{
comboBox.SelectedIndex = 0;