Code cleanup

This commit is contained in:
2023-04-07 22:24:52 -04:00
parent 96d327270f
commit 64d0f770ca
12 changed files with 58 additions and 72 deletions

View File

@@ -153,7 +153,6 @@
Foreground="White"
nameBasedGrid:NameBasedGrid.Row="FeedListRow"
ScrollViewer.HorizontalScrollBarVisibility="Disabled">
<ListBoxItem Content="Test item" />
<ListBox.ItemTemplate>
<DataTemplate>
<htmlTextBlock:HtmlTextBlock Html="{Binding}"

View File

@@ -1,15 +1,15 @@
using System;
using ChrisKaczor.ApplicationUpdate;
using ChrisKaczor.Wpf.Application;
using FeedCenter.Data;
using FeedCenter.Properties;
using Serilog;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using ChrisKaczor.Wpf.Application;
using ChrisKaczor.ApplicationUpdate;
using FeedCenter.Data;
using FeedCenter.Properties;
using Serilog;
namespace FeedCenter
{