mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
Switch to NuGet packages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user