UI rework and fixes

This commit is contained in:
2023-04-12 17:13:43 -04:00
parent 242663c3e5
commit 68aec56824
12 changed files with 207 additions and 175 deletions

View File

@@ -0,0 +1,8 @@
namespace FeedCenter.FeedParsers
{
internal enum FeedParseError
{
Unknown = 0,
InvalidXml = 1
}
}